@font-face {
	font-family: 'GolosTextWebBlack';
	src: 
		url('/static/fonts/golos-text_black.woff2') format('woff2'),
		url('/static/fonts/golos-text_black.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'GolosTextWebVF';
	src: 
		url('/static/fonts/golos-text_vf.woff2') format('woff2'),
		url('/static/fonts/golos-text_vf.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'GolosTextWebRegular';
	src: 
		url('/static/fonts/golos-text_regular.woff2') format('woff2'),
		url('/static/fonts/golos-text_regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'GolosTextWebMedium';
	src: 
		url('/static/fonts/golos-text_medium.woff2') format('woff2'),
		url('/static/fonts/golos-text_medium.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'GolosTextWebDemiBold';
	src: 
		url('/static/fonts/golos-text_demibold.woff2') format('woff2'),
		url('/static/fonts/golos-text_demibold.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'GolosTextWebBold';
	src: 
		url('/static/fonts/golos-text_bold.woff2') format('woff2'),
		url('/static/fonts/golos-text_bold.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

body {
	
	font-family: 'GolosTextWebRegular',Poppins,Helvetica,sans-serif;
	
}

h1, h2, h3, h4, h5, strong, b {
	
	font-family: 'GolosTextWebBold',Poppins,Helvetica,sans-serif;
	
}