/* 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/
*/

/* ----------------------------- Sora (NORMAL)----------------------------- */

@font-face {
	font-family: 'Sora';
	src: url("sora/Sora-Thin.ttf") format("truetype");
	font-weight: 100;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Sora';
	src: url("sora/Sora-ExtraLight.ttf") format("truetype");
	font-weight: 200;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Sora';
	src: url("sora/Sora-Light.ttf") format("truetype");
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Sora';
	src: url("sora/Sora-Regular.ttf") format("truetype");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Sora';
	src: url("sora/Sora-Medium.ttf") format("truetype");
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Sora';
	src: url("sora/Sora-SemiBold.ttf") format("truetype");
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Sora';
	src: url("sora/Sora-Bold.ttf") format("truetype");
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Sora';
	src: url("sora/Sora-ExtraBold.ttf") format("truetype");
	font-weight: 800;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Sora';
	src: url("sora/Sora-Black.ttf") format("truetype");
	font-weight: 900;
	font-style: normal;
	font-display: swap;
}