

@charset "UTF-8";

@font-face {
  font-family: 'Icons';
  src: url("../_fonts/icons.woff2") format("woff2"), url("../_fonts/icons.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
	font-family: 'MuseoUltraThin';
	font-weight: 100;
	src: url("../_fonts/MuseoSansCyrl_100.otf") format("opentype");
}

@font-face {
	font-family: 'MuseoThin';
	font-weight: 300;
	src: url("../_fonts/MuseoSansCyrl_300.otf") format("opentype");
}

@font-face {
	font-family: 'MuseoRegular';
	font-weight: 500;
	src: url("../_fonts/MuseoSansCyrl_500.otf") format("opentype");
}

@font-face {
	font-family: 'MuseoBold';
	font-weight: 700;
	src: url("../_fonts/MuseoSansCyrl_700.otf") format("opentype");
}



@font-face {
    font-family: 'MontserratBlack';
    font-weight: 700;
    src: url("../_fonts/Montserrat-Black.otf") format("opentype");
}




