/* Self-hosted webfonts (Figtree, Caprasimo) — replaces the Google Fonts CDN
   request so the page renders with correct typography offline or on networks
   that block fonts.googleapis.com. Files from @fontsource, SIL Open Font License. */

@font-face {
  font-family: 'Figtree';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('fonts/figtree-latin-400-normal.woff2') format('woff2');
}
@font-face {
  font-family: 'Figtree';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('fonts/figtree-latin-600-normal.woff2') format('woff2');
}
@font-face {
  font-family: 'Figtree';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('fonts/figtree-latin-700-normal.woff2') format('woff2');
}
@font-face {
  font-family: 'Caprasimo';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('fonts/caprasimo-latin-400-normal.woff2') format('woff2');
}
