/*
FONTS
ICONS
*/

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

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

@font-face {
	font-family: 'Poppins';
	src: url('../fonts/Poppins-Medium.woff2') format('woff2'),
	url('../fonts/Poppins-Medium.woff') format('woff');
	font-weight: 500;
	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-email:before {
	content: "\e900";
}
.icon-phone:before {
	content: "\e901";
}
.icon-minus:before {
	content: "\e902";
}
.icon-plus:before {
	content: "\e903";
}
.icon-search:before {
	content: "\e904";
}
.icon-angle-right:before {
	content: "\e905";
}
.icon-pinterest:before {
	content: "\e906";
}
.icon-twitter:before {
	content: "\e907";
}
.icon-youtube:before {
	content: "\e908";
}
.icon-facebook-f:before {
	content: "\e909";
}
.icon-instagram:before {
	content: "\e90a";
}
