/* Roboto variable font (preferred) */
@font-face {
	font-family: 'Roboto';
	src: url('./Roboto/Roboto-VariableFont_wdth,wght.ttf') format('truetype');
	font-weight: 100 900;
	font-style: normal;
	font-display: swap;
}

/* Roboto italic variable */
@font-face {
	font-family: 'Roboto';
	src: url('./Roboto/Roboto-Italic-VariableFont_wdth,wght.ttf') format('truetype');
	font-weight: 100 900;
	font-style: italic;
	font-display: swap;
}

/* Roboto explicit fallbacks for environments that don't support variable fonts */
@font-face {
	font-family: 'Roboto';
	src: url('./Roboto/Roboto-Regular.ttf') format('truetype');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Roboto';
	src: url('./Roboto/Roboto-Bold.ttf') format('truetype');
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Roboto';
	src: url('./Roboto/Roboto-Italic.ttf') format('truetype');
	font-weight: 400;
	font-style: italic;
	font-display: swap;
}

/* Spartan variable font */
@font-face {
	font-family: 'Spartan';
	src: url('./Spartan/Spartan-VariableFont_wght.ttf') format('truetype');
	font-weight: 100 900;
	font-style: normal;
	font-display: swap;
}
