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

*
*/
/**
* IndustryTest Font Family
*/

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

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

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

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

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