@font-face {
	font-family: 'Arial Rounded MT Black';
	src: url('./Arial Rounded MT Bold Regular.ttf');
	fallback: 'Arial, sans-serif';
}

@font-face {
	font-family: 'Roboto';
	src: url('./Roboto-VariableFont_wdth\,wght.ttf');
	fallback: 'Arial, sans-serif';
}

@font-face {
	font-family: 'Roboto';
	src: url('./Roboto-Italic-VariableFont_wdth\,wght.ttf');
	font-style: italic;
	fallback: 'Arial, sans-serif';
}
