/* Self-hosted variable fonts — Bitter and Public Sans (SIL Open Font License), latin subset */
@font-face {
  font-family: 'Bitter';
  font-style: normal;
  font-weight: 400 600;
  font-display: swap;
  src: url('../assets/fonts/bitter-variable.woff2') format('woff2');
}
@font-face {
  font-family: 'Bitter';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url('../assets/fonts/bitter-italic.woff2') format('woff2');
}
@font-face {
  font-family: 'Public Sans';
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
  src: url('../assets/fonts/public-sans-variable.woff2') format('woff2');
}
