/* ABC Synt — licensed webfonts from Dinamo (v2.019), replacing the v1.300
   trial files. Only the two cuts the site actually uses are licensed and
   shipped: the proportional Regular (--font-display) and Mono (--font-mono).

   Italic, Variable, Slant and Turbo were trial-only and are gone. Nothing
   referenced them: --font-display-slant and --font-display-turbo have zero
   uses, ABC Synt Variable never won the --font-display cascade because ABC
   Synt precedes it, and the two italics in menu.dc.html resolve to Newsreader
   italic via --font-body. Those two tokens now fall through to ABC Synt
   Regular; license the corresponding cut before using them.

   ABC Synt carries no Thai glyphs — Thai text is Noto Serif Thai. */
@font-face{font-family:"ABC Synt";src:url("../assets/fonts/ABCSynt-Regular.woff2") format("woff2");font-weight:400;font-style:normal;font-display:swap}
@font-face{font-family:"ABC Synt Mono";src:url("../assets/fonts/ABCSyntMono-Regular.woff2") format("woff2");font-weight:400;font-style:normal;font-display:swap}

/* Body serif + Thai. Self-hosted rather than imported from Google Fonts: the
   previous @import sat after the @font-face rules above, and CSS requires
   @import to precede all other rules — so it was silently ignored and these
   two families never loaded at all. Self-hosting fixes that and keeps the
   site free of third-party requests. Files are the Google Fonts originals
   (SIL Open Font License 1.1) via @fontsource. */
@font-face{font-family:"Newsreader";src:url("../assets/fonts/newsreader-latin-300-normal.woff2") format("woff2");font-weight:300;font-style:normal;font-display:swap}
@font-face{font-family:"Newsreader";src:url("../assets/fonts/newsreader-latin-400-normal.woff2") format("woff2");font-weight:400;font-style:normal;font-display:swap}
@font-face{font-family:"Newsreader";src:url("../assets/fonts/newsreader-latin-500-normal.woff2") format("woff2");font-weight:500;font-style:normal;font-display:swap}
@font-face{font-family:"Newsreader";src:url("../assets/fonts/newsreader-latin-400-italic.woff2") format("woff2");font-weight:400;font-style:italic;font-display:swap}
@font-face{font-family:"Noto Serif Thai";src:url("../assets/fonts/noto-serif-thai-thai-400-normal.woff2") format("woff2");font-weight:400;font-style:normal;font-display:swap}
@font-face{font-family:"Noto Serif Thai";src:url("../assets/fonts/noto-serif-thai-thai-600-normal.woff2") format("woff2");font-weight:600;font-style:normal;font-display:swap}
