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

/**
* This is a variable font
* You can control variable axes as shown below:
* font-variation-settings: wght 300.0;
*
* available axes:
'wght' (range from 300.0 to 700.0
*/
@font-face {
	font-family: "Space Grotesk Variable";
	src: url("./SpaceGrotesk-Variable.ttf") format("truetype");
	font-weight: 300 700;
	font-display: swap;
	font-style: normal;
}
