@font-face {
  font-family: Gazpacho;
  src: url('/fonts/Gazpacho-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Inter;
  src: url('/fonts/Inter-latin.woff2') format('woff2');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

body, button, input, select, textarea {
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, sans-serif;
}

/* Shared heading treatment also overrides the older inline page styles. */
h1, h2, h3, h4, h5, h6 {
  font-family: Gazpacho, Georgia, serif !important;
  font-weight: 400 !important;
  font-synthesis: none;
}
