/* Self-hosted typography: prevents a visitor IP/request from being sent to Google Fonts. */
@font-face {
  font-family: 'Inter';
  src: url('assets/fonts/inter-latin-variable.woff2') format('woff2');
  font-weight: 400 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Fraunces';
  src: url('assets/fonts/fraunces-latin-variable.woff2') format('woff2');
  font-weight: 400 700;
  font-style: normal;
  font-display: swap;
}
