/* Self-hosted variable fonts (downloaded from Google Fonts) — a single file
   per family/style covers the whole weight axis, addressed via a
   font-weight RANGE so any weight in between interpolates correctly. */
@font-face {
  font-family: 'Fraunces';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url('/fonts/fraunces-400-normal.woff2') format('woff2-variations'),
       url('/fonts/fraunces-400-normal.woff2') format('woff2');
}
@font-face {
  font-family: 'Fraunces';
  font-style: italic;
  font-weight: 400 500;
  font-display: swap;
  src: url('/fonts/fraunces-400-italic.woff2') format('woff2-variations'),
       url('/fonts/fraunces-400-italic.woff2') format('woff2');
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url('/fonts/manrope-400-normal.woff2') format('woff2-variations'),
       url('/fonts/manrope-400-normal.woff2') format('woff2');
}
