/* fonts.css — Phase 1 (no @layer — consistent with rest of project) */
/* @layer removed: was incompatible with pre-2022 browsers and conflicted with */
/* the project's no-layer policy. Old browsers ignored the entire block. */

@font-face {
  font-family: 'Pierson';
  src: url('/fonts/Pierson-Regular.woff2?v=2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0020-007F, U+00C0-00FF, U+0100-024F;
}

@font-face {
  font-family: 'Biryani';
  src: url('/fonts/Biryani-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0020-007F, U+00C0-00FF, U+0100-024F;
}
