@font-face {
	font-family: 'Museo Sans';
	src: url('../fonts/MuseoSans-300.woff2') format('woff2');
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Museo Sans';
	src: url('../fonts/MuseoSans-500.woff2') format('woff2');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Museo Sans';
	src: url('../fonts/MuseoSans-700.woff2') format('woff2');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Museo Sans';
	src: url('../fonts/MuseoSans-900.woff2') format('woff2');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

/* ### Host ### */
@font-face {
	font-family: 'Museo Slab';
	src: url('../fonts/MuseoSlab-900.woff2') format('woff2');
	font-weight: 900;
	font-style: normal;
	font-display: swap;
}

/* ### icons ### */
@font-face {
	font-family: 'icomoon';
	src:  url('../fonts/icomoon.eot?zbh9s8');
	src:  url('../fonts/icomoon.eot?zbh9s8#iefix') format('embedded-opentype'),
	url('../fonts/icomoon.ttf?zbh9s8') format('truetype'),
	url('../fonts/icomoon.woff?zbh9s8') format('woff'),
	url('../fonts/icomoon.svg?zbh9s8#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: 'icomoon' !important;
	speak: never;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-angle-down:before {
	content: "\e900";
}
.icon-facebook:before {
	content: "\e901";
}
.icon-instagram:before {
	content: "\e902";
}
.icon-youtube:before {
	content: "\e903";
}
