/* Space Clouds - Local Font Declarations */
/* Fonts from assets/fonts/ - no external requests */

/* Space Grotesk - Primary heading font */
@font-face {
  font-family: 'Space Grotesk';
  src: url('space-grotesk/SpaceGrotesk-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Space Grotesk';
  src: url('space-grotesk/SpaceGrotesk-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* Epilogue - Hero headline */
@font-face {
  font-family: 'Epilogue';
  src: url('epilogue/Epilogue-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* PP Neue Montreal / Neue Montreal - Body font */
@font-face {
  font-family: 'PP Neue Montreal';
  src: url('neue-montreal/NeueMontreal-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'PP Neue Montreal';
  src: url('neue-montreal/NeueMontreal-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'PP Neue Montreal';
  src: url('neue-montreal/NeueMontreal-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
