@font-face {
	font-family: 'Museo Sans Cyrl 500';
	src: url('/fonts/MuseoSansCyrl-500.eot');
	src: local('MuseoSansCyrl-500'),
		url('/fonts/MuseoSansCyrl-500.eot?#iefix') format('embedded-opentype'),
		url('/fonts/MuseoSansCyrl-500.woff') format('woff'),
		url('/fonts/MuseoSansCyrl-500.ttf') format('truetype');
	font-weight: normal;
    font-display: swap;
	font-style: normal;
}

@font-face {
	font-family: 'Museo Sans Cyrl 900';
	src: url('/fonts/MuseoSansCyrl-900.eot');
	src: local('MuseoSansCyrl-900'),
		url('/fonts/MuseoSansCyrl-900.eot?#iefix') format('embedded-opentype'),
		url('/fonts/MuseoSansCyrl-900.woff') format('woff'),
		url('/fonts/MuseoSansCyrl-900.ttf') format('truetype');
	font-weight: bold;
    font-display: swap;
	font-style: normal;
}

@font-face {
    font-family: 'Gilroy';
    src: url('/fonts/Gilroy-ExtraBold.woff2') format('woff2'),
        url('/fonts/Gilroy-ExtraBold.woff') format('woff');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'Gilroy';
    src: url('/fonts/Gilroy-Light.woff2') format('woff2'),
        url('/fonts/Gilroy-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('/fonts/Roboto-Light.woff2') format('woff2'),
        url('/fonts/Roboto-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('/fonts/Roboto-Regular.woff2') format('woff2'),
        url('/fonts/Roboto-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('/fonts/Roboto-Bold.woff2') format('woff2'),
        url('/fonts/Roboto-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}