/* Self-hosted webfonts (latin subset, via @fontsource) for the standalone
   utility pages, replacing Google Fonts <link>/@import so those pages make no
   external requests. Loaded from the site root at /fonts/. */

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-display: swap;
  font-weight: 100 900;
  src: url('/fonts/inter-latin-wght-normal.woff2') format('woff2-variations');
}

@font-face {
  font-family: 'Lexend';
  font-style: normal;
  font-display: swap;
  font-weight: 100 900;
  src: url('/fonts/lexend-latin-wght-normal.woff2') format('woff2-variations');
}

@font-face {
  font-family: 'Public Sans';
  font-style: normal;
  font-display: swap;
  font-weight: 100 900;
  src: url('/fonts/public-sans-latin-wght-normal.woff2') format('woff2-variations');
}

@font-face {
  font-family: 'Public Sans';
  font-style: italic;
  font-display: swap;
  font-weight: 100 900;
  src: url('/fonts/public-sans-latin-wght-italic.woff2') format('woff2-variations');
}
