/* Self-hosted Kanit + Inter (latin subset); JP text falls back to system fonts. */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/static/fonts/inter-400.woff2') format('woff2');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('/static/fonts/inter-600.woff2') format('woff2');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('/static/fonts/inter-700.woff2') format('woff2');
}
@font-face {
  font-family: 'Kanit';
  font-style: italic;
  font-weight: 800;
  font-display: swap;
  src: url('/static/fonts/kanit-800-italic.woff2') format('woff2');
}
@font-face {
  font-family: 'Kanit';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('/static/fonts/kanit-600.woff2') format('woff2');
}
@font-face {
  font-family: 'Kanit';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url('/static/fonts/kanit-800.woff2') format('woff2');
}

/* Heading face: Luckiest Guy (OFL, latin) — upright comic-poster style with
   a complete glyph set. Japanese glyphs fall through the stack. */
@font-face {
  font-family: 'Luckiest Guy';
  src: url('/static/fonts/luckiestguy-400.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
