/*
FONTS
ICONS
*/

/*******************************************************************************************
Fonts
*******************************************************************************************/
/*@font-face {
	font-family: 'Urbanist';
	src: url('../fonts/Urbanist-BoldItalic.woff2') format('woff2');
	font-weight: bold;
	font-style: italic;
	font-display: swap;
}

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

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

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

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

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

@font-face {
	font-family: 'Urbanist';
	src: url('../fonts/Urbanist-LightItalic.woff2') format('woff2');
	font-weight: 300;
	font-style: italic;
	font-display: swap;
}

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

@font-face {
	font-family: "OptimaProDemiBold";
	src: url('../fonts/font.woff2') format('woff2');
	font-style: normal;
	font-display: swap;
}


/*******************************************************************************************
ICONS
*******************************************************************************************/
@font-face {
	font-family: 'icomoon';
	src:  url('../fonts/icomoon.eot?cteoaw');
	src:  url('../fonts/icomoon.eot?cteoaw#iefix') format('embedded-opentype'),
	url('../fonts/icomoon.ttf?cteoaw') format('truetype'),
	url('../fonts/icomoon.woff?cteoaw') format('woff'),
	url('../fonts/icomoon.svg?cteoaw#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-chevron:before {
	content: "\e900";
}
.icon-play:before {
	content: "\e903";
}
.icon-marker:before {
	content: "\e909";
}
.icon-phone:before {
	content: "\e90a";
}
.icon-email:before {
	content: "\e90b";
}
