@font-face{
    font-family: 'Golos';
    src: url('../fonts/Golostextblack.woff');
    font-weight: 900;
}
@font-face{
    font-family: 'Golos';
    src: url('../fonts/Golostextbold.woff');
    font-weight: 700;
}
@font-face{
    font-family: 'Golos';
    src: url('../fonts/Golostextdemibold.woff');
    font-weight: 600;
}
@font-face{
    font-family: 'Golos';
    src: url('../fonts/Golostextmedium.woff');
    font-weight: 500;
}
@font-face{
    font-family: 'Golos';
    src: url('../fonts/Golostextregular.woff');
    font-weight: 400;
}
@font-face {
	font-family: 'Circe';
	src: url('../fonts/Circe-Regular.woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Circe';
	src: url('../fonts/Circe-ExtraLight.woff');
	font-weight: 200;
	font-style: normal;
}

@font-face {
	font-family: 'Circe';
	src:url('../fonts/Circe-Thin.woff');
	font-weight: 100;
	font-style: normal;
}

@font-face {
	font-family: 'Circe';
	src: url('../fonts/Circe-Light.woff');
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: 'Circe';
	src: url('../fonts/Circe-Bold.woff');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'Circe';
	src: url('../fonts/Circe-ExtraBold.woff');
	font-weight: 800;
	font-style: normal;
}