/* ───────────────────────────────────────────────────
   Kanit Font (local files) — shared across all pages
   ─────────────────────────────────────────────────── */
@font-face {
  font-family: 'Kanit';
  font-weight: 100;
  font-style: normal;
  src: url('/static/fonts/kanit/Kanit-Thin.ttf') format('truetype');
  font-display: swap;
}
@font-face {
  font-family: 'Kanit';
  font-weight: 200;
  font-style: normal;
  src: url('/static/fonts/kanit/Kanit-ExtraLight.ttf') format('truetype');
  font-display: swap;
}
@font-face {
  font-family: 'Kanit';
  font-weight: 300;
  font-style: normal;
  src: url('/static/fonts/kanit/Kanit-Light.ttf') format('truetype');
  font-display: swap;
}
@font-face {
  font-family: 'Kanit';
  font-weight: 400;
  font-style: normal;
  src: url('/static/fonts/kanit/Kanit-Regular.ttf') format('truetype');
  font-display: swap;
}
@font-face {
  font-family: 'Kanit';
  font-weight: 400;
  font-style: italic;
  src: url('/static/fonts/kanit/Kanit-Italic.ttf') format('truetype');
  font-display: swap;
}
@font-face {
  font-family: 'Kanit';
  font-weight: 500;
  font-style: normal;
  src: url('/static/fonts/kanit/Kanit-Medium.ttf') format('truetype');
  font-display: swap;
}
@font-face {
  font-family: 'Kanit';
  font-weight: 600;
  font-style: normal;
  src: url('/static/fonts/kanit/Kanit-SemiBold.ttf') format('truetype');
  font-display: swap;
}
@font-face {
  font-family: 'Kanit';
  font-weight: 700;
  font-style: normal;
  src: url('/static/fonts/kanit/Kanit-Bold.ttf') format('truetype');
  font-display: swap;
}
@font-face {
  font-family: 'Kanit';
  font-weight: 800;
  font-style: normal;
  src: url('/static/fonts/kanit/Kanit-ExtraBold.ttf') format('truetype');
  font-display: swap;
}
@font-face {
  font-family: 'Kanit';
  font-weight: 900;
  font-style: normal;
  src: url('/static/fonts/kanit/Kanit-Black.ttf') format('truetype');
  font-display: swap;
}
