/* Thai national font (TH Niramit AS, SIL OFL) for web display only - not used by
   PDF export. woff2 first for size/speed, ttf as a fallback for older browsers.
   font-display: swap avoids a blank page while the font downloads. */
@font-face {
  font-family: 'ThaiFont';
  src: url('/fonts/TH_Niramit_AS.woff2') format('woff2'),
       url('/fonts/TH_Niramit_AS.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
