/* Fix round 5: split out from globals.css so it can be loaded without
   putting the Bengali font on the render-blocking critical path. See
   apps/web/src/app/[locale]/layout.tsx for the loader and a full
   explanation of why. Unicode-range and font-display are unchanged from
   the version this replaced — this is a delivery-mechanism change only,
   not a coverage or behaviour change. */
@font-face {
  font-family: 'Anek Bangla Variable';
  src: url('/fonts/anek-bangla-variable.woff2') format('woff2-variations');
  font-weight: 400 800;
  font-display: swap;
  unicode-range: U+0980-09FF, U+200C-200D, U+25CC;
}
