/* Self-hosted variable WOFF2 fonts.
   Loaded async from layouts/public.htm so font fetches happen AFTER FCP. */

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 100 700;
  font-display: swap;
  src: url('../fonts/Inter-Variable.woff2') format('woff2');
}

@font-face {
  font-family: 'Fraunces';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('../fonts/Fraunces-Variable.woff2') format('woff2');
}

@font-face {
  font-family: 'Fraunces';
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
  src: url('../fonts/Fraunces-Variable-italic.woff2') format('woff2');
}
