@font-face {
  font-family: 'Gegola';
  src: url('../fonts/Gegola DEMO.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

.gegola-font {
  font-family: 'Gegola', 'Outfit', 'Space Grotesk', 'Poppins', 'Inter', -apple-system, BlinkMacSystemFont, system-ui, sans-serif;
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.1;
  vertical-align: baseline;
} 