@font-face {
	font-family: "RobotoCondensed";
	font-weight: 500;
	src: url('/themes/vendor/fonts/eukrainehead/e-UkraineHead-Bold.otf');
	src: url("/themes/vendor/fonts/eukrainehead/e-UkraineHead-Bold.otf") format('truetype');
}

@font-face {
	font-family: "RobotoCondensed";
	font-weight: 400;
	src: url('/themes/vendor/fonts/eukrainehead/e-UkraineHead-Regular.otf');
	src: url("/themes/vendor/fonts/eukrainehead/e-UkraineHead-Regular.otf") format('truetype');
}

@font-face {
	font-family: "RobotoCondensed";
	font-weight: 300;
	src: url('/themes/vendor/fonts/eukrainehead/e-UkraineHead-Thin.otf');
	src: url("/themes/vendor/fonts/eukrainehead/e-UkraineHead-Thin.otf") format('truetype');
}

/** NORMAL */
/* В оригинале Bold - 500, SemiBold - 600 */
@font-face {
    font-family: "ProbaPro";
    font-weight: 700;
    font-style: normal;
    src: url('/themes/vendor/fonts/probapro/ProbaPro-Bold.ttf') format('truetype');
}

@font-face {
    font-family: "ProbaPro";
    font-weight: 600;
    font-style: normal;
    src: url('/themes/vendor/fonts/probapro/ProbaPro-Bold.ttf') format('truetype');
}

@font-face {
    font-family: "ProbaPro";
    font-weight: 500;
    font-style: normal;
    src: url('/themes/vendor/fonts/probapro/ProbaPro-SemiBold.ttf') format('truetype');
}


@font-face {
    font-family: "ProbaPro";
    font-weight: 400;
    font-style: normal;
    src: url("/themes/vendor/fonts/probapro/ProbaPro-Regular.ttf") format('truetype');
}

@font-face {
    font-family: "ProbaPro";
    font-weight: 300;
    font-style: normal;
    src: url("/themes/vendor/fonts/probapro/ProbaPro-Light.ttf") format('truetype');
}


:root {
	--font-family-primary: ProbaPro;
	--font-family-secondary: RobotoCondensed;
}