/* для больших заголовков */
@font-face {
	font-family: 'Prosto One';
	src: url('../fonts/ProstoOne-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

/* для подзаголовков */
@font-face {
	font-family: 'Bounded';
	src: url('../fonts/Bounded-Variable.ttf') format('truetype');
	font-weight: 200 900;
	font-style: normal;
	font-display: swap;
}

/* для текста */
@font-face {
	font-family: 'Monrope';
	src: url('../fonts/Manrope-Variable.ttf') format('truetype');
	font-weight: 200 800;
	font-style: normal;
	font-display: swap;
}

/* для цифр */
@font-face {
	font-family: 'Oswald';
	src: url('../fonts/Oswald-Variable.ttf') format('truetype');
	font-weight: 200 700;
	font-style: normal;
	font-display: swap;
}
