/* ============================================================
   SCC — Webfonts
   Primary typeface: Noto Sans Khmer (Khmer + headlines/body)
   Latin companion:  Noto Sans
   Both shipped with the original brand kit (TTF).
   ============================================================ */

/* ---------- Noto Sans (Latin) ---------- */
@font-face {
  font-family: "Noto Sans";
  font-style: normal; font-weight: 400; font-display: swap;
  src: url("../assets/fonts/NotoSans-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Noto Sans";
  font-style: normal; font-weight: 500; font-display: swap;
  src: url("../assets/fonts/NotoSans-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "Noto Sans";
  font-style: normal; font-weight: 600; font-display: swap;
  src: url("../assets/fonts/NotoSans-SemiBold.ttf") format("truetype");
}
@font-face {
  font-family: "Noto Sans";
  font-style: normal; font-weight: 700; font-display: swap;
  src: url("../assets/fonts/NotoSans-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "Noto Sans";
  font-style: normal; font-weight: 900; font-display: swap;
  src: url("../assets/fonts/NotoSans-Black.ttf") format("truetype");
}

/* ---------- Noto Sans Khmer (primary) ---------- */
@font-face {
  font-family: "Noto Sans Khmer";
  font-style: normal; font-weight: 400; font-display: swap;
  src: url("../assets/fonts/NotoSansKhmer-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Noto Sans Khmer";
  font-style: normal; font-weight: 500; font-display: swap;
  src: url("../assets/fonts/NotoSansKhmer-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "Noto Sans Khmer";
  font-style: normal; font-weight: 600; font-display: swap;
  src: url("../assets/fonts/NotoSansKhmer-SemiBold.ttf") format("truetype");
}
@font-face {
  font-family: "Noto Sans Khmer";
  font-style: normal; font-weight: 700; font-display: swap;
  src: url("../assets/fonts/NotoSansKhmer-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "Noto Sans Khmer";
  font-style: normal; font-weight: 800; font-display: swap;
  src: url("../assets/fonts/NotoSansKhmer-ExtraBold.ttf") format("truetype");
}
@font-face {
  font-family: "Noto Sans Khmer";
  font-style: normal; font-weight: 900; font-display: swap;
  src: url("../assets/fonts/NotoSansKhmer-Black.ttf") format("truetype");
}
