/* Self-hosted brand fonts (ads kit: Poppins Regular/Bold + GC Grind). */
@font-face {
  font-family: 'Poppins';
  src: url('fonts/Poppins-Regular.otf') format('opentype');
  font-weight: 100 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('fonts/Poppins-Bold.ttf') format('truetype');
  font-weight: 600 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'GC Grind';
  src: url('fonts/GC-Grind.otf') format('opentype');
  font-weight: 400 800;
  font-style: normal;
  font-display: swap;
}

:root {
  --font-sans: 'Poppins', system-ui, -apple-system, sans-serif;
}
