/* ### font Safiro ### */
@font-face {
	font-family: 'Safiro';
	font-weight: 400;
	font-style: normal;
	src: url('../fonts/Safiro-Regular.woff2') format('woff2');
	font-display: swap;
}

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

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

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

@font-face {
	font-family: 'Roboto Mono';
	font-weight: 400;
	font-style: normal;
	src: url('../fonts/RobotoMono-Regular.woff2') format('woff2');
	font-display: swap;
}

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

[class^='icon-'],
[class*=' icon-'] {

	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: 'icomoon' !important;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	line-height: 1;
	text-transform: none;
	speak: never;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.icon-caret-down:before {
	content: '\e900';
}
.icon-angle-down:before {
	content: '\e901';
}
.icon-arrow-left:before {
	content: '\e902';
}
.icon-arrow-right:before {
	content: '\e903';
}
.icon-envelope:before {
	content: '\e904';
}
.icon-phone:before {
	content: '\e905';
}
.icon-play:before {
	content: '\e906';
}
.icon-plus:before {
	content: '\e907';
}
.icon-whatsapp:before {
	content: '\e908';
}
.icon-book-open:before {
	content: '\e909';
}

