/* === Fonts === */
@font-face {
  font-family: Inter;
  font-weight: 400 800;
  font-display: swap;
  font-style: normal;
  src: url('/fonts/Inter/Inter.woff2') format('woff2');
}

@font-face {
  font-family: Inter;
  font-weight: 400 800;
  font-display: swap;
  font-style: italic;
  src: url('/fonts/Inter/Inter-italic.var.woff2') format('woff2');
}
