/*
 * Godhand CI fonts — self-hosted from /public/fonts.
 * Served at /fonts.css (Next.js public dir). Loaded via <link> in
 * pages/_document.tsx. See GODHAND_CI.md.
 */

/* Anuphan (Latin + Thai) */
@font-face {
  font-family: "Anuphan";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/fonts/anuphan-regular.woff2") format("woff2");
}

@font-face {
  font-family: "Anuphan";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("/fonts/anuphan-bold.woff2") format("woff2");
}

/* Google Sans (Latin) */
@font-face {
  font-family: "Google Sans";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/fonts/googlesans-regular.woff2") format("woff2");
}

@font-face {
  font-family: "Google Sans";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("/fonts/googlesans-bold.woff2") format("woff2");
}

/* Body font: IBM Plex Sans Thai (Latin + Thai charset) */
@font-face {
  font-family: "IBM Plex Sans Thai";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/fonts/ibmplexsans-thai-regular.woff2") format("woff2");
}

@font-face {
  font-family: "IBM Plex Sans Thai";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("/fonts/ibmplexsans-thai-bold.woff2") format("woff2");
}

/* Vivo Sans Thai (Latin + Thai) */
@font-face {
  font-family: "Vivo Sans Thai";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/fonts/vivosans-thai-regular.woff2") format("woff2");
}

@font-face {
  font-family: "Vivo Sans Thai";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("/fonts/vivosans-thai-bold.woff2") format("woff2");
}
