/* TO UPDATE USE: https://gwfh.mranftl.com/fonts/inter?subsets=cyrillic,cyrillic-ext,latin,latin-ext */
/* inter-regular - cyrillic_cyrillic-ext_latin_latin-ext */

@font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'DeichmannNext';
	font-style: normal;
	font-weight: 400;
	src: url('DeichmannNext-Light.woff2') format('woff2');
	ascent-override: 90%;
	descent-override: 22%;
	line-gap-override: 0%;

}

/* inter-regular - cyrillic_cyrillic-ext_latin_latin-ext */
@font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'DeichmannNext';
	font-style: normal;
	font-weight: 500;
	src: url('DeichmannNext-Regular.woff2') format('woff2');
	ascent-override: 90%;
	descent-override: 22%;
	line-gap-override: 0%;
}

/* inter-600 - cyrillic_cyrillic-ext_latin_latin-ext */
@font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'DeichmannNext';
	font-style: normal;
	font-weight: 600;
	src: url('DeichmannNext-Medium.woff2') format('woff2');
	ascent-override: 90%;
	descent-override: 22%;
	line-gap-override: 0%;
}

/* inter-700 - cyrillic_cyrillic-ext_latin_latin-ext */
@font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'DeichmannNext';
	font-style: normal;
	font-weight: 700;
	src: url('DeichmannNext-Bold.woff2') format('woff2');
	ascent-override: 90%;
	descent-override: 22%;
	line-gap-override: 0%;
}

* {
	font-family: DeichmannNext, Helvetica, sans-serif;
	box-sizing: border-box;
}
