@font-face {
	font-family: "Roboto";
	font-style: normal;
	font-weight: 100 900;
	font-display: swap;
	src: url('../fonts/Roboto/Roboto-VariableFont_wdth,wght.ttf') format('truetype');
}

@font-face {
	font-family: "Roboto";
	font-style: italic;
	font-weight: 100 900;
	font-display: swap;
	src: url('../fonts/Roboto/Roboto-Italic-VariableFont_wdth,wght.ttf') format('truetype');
}

@font-face {
	font-family: "Noto Sans";
	font-style: normal;
	font-weight: 100 900;
	font-display: swap;
	src: url('../fonts/Noto_Sans/NotoSans-VariableFont_wdth,wght.ttf') format('truetype');
}

@font-face {
	font-family: "Noto Sans";
	font-style: italic;
	font-weight: 100 900;
	font-display: swap;
	src: url('../fonts/Noto_Sans/NotoSans-Italic-VariableFont_wdth,wght.ttf') format('truetype');
}

@font-face {
	font-family: "Coral Pixels";
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url('../fonts/Coral_Pixels/CoralPixels-Regular.ttf') format('truetype');
}

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

@font-face {
	font-family: "Material Symbols Sharp";
	font-style: normal;
	font-display: block;
	src: url('../fonts/material-symbols-sharp.woff2') format('woff2');
}

.material-symbols-sharp {
	font-variation-settings: 'FILL' 1;
	font-family: "Material Symbols Sharp";
	font-weight: normal;
	font-style: normal;
	font-size: 24px;
	line-height: 1;
	letter-spacing: normal;
	text-transform: none;
	display: inline-block;
	white-space: nowrap;
	direction: ltr;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	font-feature-settings: "liga";
	user-select: none;
}