/* Self-hosted webfonts (no third-party requests to Google Fonts servers —
   avoids sending visitor IPs to Google before consent, per German case law
   on Google Fonts). Latin subset only. */

@font-face {
  font-family: 'Fraunces';
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
  src: url('./Fraunces-Variable.woff2') format('woff2-variations'),
       url('./Fraunces-Variable.woff2') format('woff2');
}

@font-face {
  font-family: 'Fraunces';
  font-style: italic;
  font-weight: 300 700;
  font-display: swap;
  src: url('./Fraunces-VariableItalic.woff2') format('woff2-variations'),
       url('./Fraunces-VariableItalic.woff2') format('woff2');
}

@font-face {
  font-family: 'Public Sans';
  font-style: normal;
  font-weight: 300 800;
  font-display: swap;
  src: url('./PublicSans-Variable.woff2') format('woff2-variations'),
       url('./PublicSans-Variable.woff2') format('woff2');
}

@font-face {
  font-family: 'IBM Plex Mono';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('./PlexMono-400.woff2') format('woff2');
}

@font-face {
  font-family: 'IBM Plex Mono';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('./PlexMono-500.woff2') format('woff2');
}
