@font-face {
	font-display: swap;
	font-family: 'Inter Variable';
	font-style: normal;
	font-weight: 100 900;
	src: url(/nevfar/fonts/inter/woff2/variable.woff2) format('woff2');
}

@font-face {
	font-display: swap;
	font-family: 'Inter Variable';
	font-style: italic;
	font-weight: 100 900;
	src: url(/nevfar/fonts/inter/woff2/variable-italic.woff2) format('woff2');
}

@font-face {
	font-display: block;
	font-family: 'Material Symbols';
	font-style: normal;
	font-weight: 100 700;
	src: url(/nevfar/icons/material-symbols.woff2) format('woff2');
}

:root, input, select, textarea {
	font-family: sans-serif;
}

@supports (font-variation-settings: normal) {
	:root, input, select, textarea {
		font-family: 'Inter Variable', sans-serif;
		font-optical-sizing: auto;
	}
}

.material-symbols {
	direction: ltr;
	display: inline-block;
	font-family: 'Material Symbols';
	font-size: 1.8rem;
	font-style: normal;
	font-variation-settings: 'wght' 300;
	font-weight: normal;
	letter-spacing: normal;
	line-height: 1;
	position: relative;
	text-transform: none;
	top: -0.07em;
	vertical-align: middle;
	white-space: nowrap;
	word-wrap: normal;
	-webkit-font-feature-settings: 'liga';
	-webkit-font-smoothing: antialiased;
}