/* Self-hosted fonts — replaces the Google Fonts CDN link.
   Sourced from @fontsource/fraunces and @fontsource/inter (npm), latin subset,
   matching the weights previously requested from fonts.googleapis.com:
   Fraunces 500/600/700 + italic 500, Inter 400/500/600/700. */

@font-face {
  font-family: 'Fraunces';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("fraunces-latin-500-normal.2285bacdef39.woff2") format('woff2');
}
@font-face {
  font-family: 'Fraunces';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("fraunces-latin-600-normal.b8dca52ca5f9.woff2") format('woff2');
}
@font-face {
  font-family: 'Fraunces';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("fraunces-latin-700-normal.d99d78cac1e8.woff2") format('woff2');
}
@font-face {
  font-family: 'Fraunces';
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url("fraunces-latin-500-italic.6cef5fdd0c8f.woff2") format('woff2');
}

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("inter-latin-400-normal.da03732a27e1.woff2") format('woff2');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("inter-latin-500-normal.51205681a1ba.woff2") format('woff2');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("inter-latin-600-normal.2ede57db1a3a.woff2") format('woff2');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("inter-latin-700-normal.8ca0a5155296.woff2") format('woff2');
}
