/* TODO: Añadir archivos de fuente local

Si lo necesitas:
	- Usa la web https://google-webfonts-helper.herokuapp.com/fonts/nunito?subsets=latin si es una Google Font
	- Usa los archivos que te envíen y llama a cada una de las fuentes aquí, con la regla @font-face
Si no necesitas hacerlo, borra este archivo y su directorio /fonts/
*/

/* ----------------------------- Space_Grotesk ----------------------------- */

@font-face {
  font-family: 'Space Grotesk';
  src: url("Space_Grotesk/SpaceGrotesk-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@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-SemiBold.ttf") format("truetype");
  font-weight: 600;
  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;
}