/* Self-hosted fonts so Lab 0 renders identically to the Quanta Tutor decks AND
   complies with the platform CSP (font-src 'self'). Files are @fontsource woff2,
   downloaded once and served same-origin. No external font request is made. */
@font-face { font-family: 'Lora'; font-style: normal; font-weight: 500; font-display: swap;
  src: url('lora-latin-500-normal.woff2') format('woff2'); }
@font-face { font-family: 'Lora'; font-style: normal; font-weight: 600; font-display: swap;
  src: url('lora-latin-600-normal.woff2') format('woff2'); }
@font-face { font-family: 'Mukta'; font-style: normal; font-weight: 400; font-display: swap;
  src: url('mukta-latin-400-normal.woff2') format('woff2'); }
@font-face { font-family: 'Mukta'; font-style: normal; font-weight: 500; font-display: swap;
  src: url('mukta-latin-500-normal.woff2') format('woff2'); }
@font-face { font-family: 'Mukta'; font-style: normal; font-weight: 600; font-display: swap;
  src: url('mukta-latin-600-normal.woff2') format('woff2'); }
