@font-face {
	font-family: 'Golos Text';
	src:
		url('../webfont/Golos-Text_Regular.woff2') format('woff2'),
		url('../webfont/Golos-Text_Regular.woff') format('woff'),
        url("../webfont/Golos-Text_Regular.ttf") format("truetype");
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: 'Golos Text';
	src:
		url('../webfont/Golos-Text_Medium.woff2') format('woff2'),
		url('../webfont/Golos-Text_Medium.woff') format('woff'),
        url("../webfont/Golos-Text_Medium.ttf") format("truetype");
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: 'Golos Text';
	src:
		url('../webfont/Golos-Text_DemiBold.woff2') format('woff2'),
		url('../webfont/Golos-Text_DemiBold.woff') format('woff'),
        url("../webfont/Golos-Text_DemiBold.ttf") format("truetype");
	font-weight: 600;
	font-style: normal;
}

@font-face {
	font-family: 'Golos Text';
	src:
		url('../webfont/Golos-Text_Bold.woff2') format('woff2'),
		url('../webfont/Golos-Text_Bold.woff') format('woff'),
        url("../webfont/Golos-Text_Bold.ttf") format("truetype");
	font-weight: 700;
	font-style: normal;
}

@font-face {
	font-family: 'Golos Text';
	src:
		url('../webfont/Golos-Text_Black.woff2') format('woff2'),
		url('../webfont/Golos-Text_Black.woff') format('woff'),
        url("../webfont/Golos-Text_Black.ttf") format("truetype");
	font-weight: 900;
	font-style: normal;
}

.t-golos-ui {
    font-family: "Golos Text"; 
}

