/**
* @license
*
* Font Family: Space Grotesk
* Designed by: Florian Karsten
* URL: https://www.fontshare.com/fonts/space-grotesk
* © 2025 Indian Type Foundry
*
* Space Grotesk Light 
* Space Grotesk Regular 
* Space Grotesk Medium 
* Space Grotesk SemiBold 
* Space Grotesk Bold 
* Space Grotesk Variable (Variable font)

*
*/
@font-face {
  font-family: 'Space Grotesk';
  src: url('/fonts/SpaceGrotesk-Light.woff2') format('woff2'),
       url('/fonts/SpaceGrotesk-Light.woff') format('woff'),
       url('/fonts/SpaceGrotesk-Light.ttf') format('truetype');
  font-weight: 300;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: 'Space Grotesk';
  src: url('/fonts/SpaceGrotesk-Regular.woff2') format('woff2'),
       url('/fonts/SpaceGrotesk-Regular.woff') format('woff'),
       url('/fonts/SpaceGrotesk-Regular.ttf') format('truetype');
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: 'Space Grotesk';
  src: url('/fonts/SpaceGrotesk-Medium.woff2') format('woff2'),
       url('/fonts/SpaceGrotesk-Medium.woff') format('woff'),
       url('/fonts/SpaceGrotesk-Medium.ttf') format('truetype');
  font-weight: 500;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: 'Space Grotesk';
  src: url('/fonts/SpaceGrotesk-SemiBold.woff2') format('woff2'),
       url('/fonts/SpaceGrotesk-SemiBold.woff') format('woff'),
       url('/fonts/SpaceGrotesk-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: 'Space Grotesk';
  src: url('/fonts/SpaceGrotesk-Bold.woff2') format('woff2'),
       url('/fonts/SpaceGrotesk-Bold.woff') format('woff'),
       url('/fonts/SpaceGrotesk-Bold.ttf') format('truetype');
  font-weight: 700;
  font-display: swap;
  font-style: normal;
}

/* Global overrides to ensure Space Grotesk is used */
.font-space-grotesk {
  font-family: 'Space Grotesk', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif !important;
}

/* Specific override for hero title */
h1[style*="Space Grotesk"] {
  font-family: 'Space Grotesk', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif !important;
}