@charset "UTF-8";
/*
 *	Importing fonts ...
 *
 */
@import url('./eleganticons.css');


/* Font 'Outfit' */
@font-face {
	font-display: swap;	font-family: 'Outfit'; font-style: normal; font-weight: 100;
	src: url('outfit-v10-latin-100.woff2') format('woff2'), url('outfit-v10-latin-100.woff') format('woff');
}
@font-face {
	font-display: swap;	font-family: 'Outfit'; font-style: normal; font-weight: 200;
	src: url('outfit-v10-latin-200.woff2') format('woff2'), url('outfit-v10-latin-200.woff') format('woff');
}
@font-face {
	font-display: swap;	font-family: 'Outfit'; font-style: normal; font-weight: 300;
	src: url('outfit-v10-latin-300.woff2') format('woff2'), url('outfit-v10-latin-300.woff') format('woff');
}
@font-face {
	font-display: swap;	font-family: 'Outfit'; font-style: normal; font-weight: 400;
	src: url('outfit-v10-latin-regular.woff2') format('woff2'), url('outfit-v10-latin-regular.woff') format('woff');
}
@font-face {
	font-display: swap;	font-family: 'Outfit'; font-style: normal; font-weight: 500;
	src: url('outfit-v10-latin-500.woff2') format('woff2'), url('outfit-v10-latin-500.woff') format('woff');
}
@font-face {
	font-display: swap;	font-family: 'Outfit'; font-style: normal; font-weight: 600;
	src: url('outfit-v10-latin-600.woff2') format('woff2'), url('outfit-v10-latin-600.woff') format('woff');
}
@font-face {
	font-display: swap;	font-family: 'Outfit'; font-style: normal; font-weight: 700;
	src: url('outfit-v10-latin-700.woff2') format('woff2'), url('outfit-v10-latin-700.woff') format('woff');
}
@font-face {
	font-display: swap;	font-family: 'Outfit'; font-style: normal; font-weight: 800;
	src: url('outfit-v10-latin-800.woff2') format('woff2'), url('outfit-v10-latin-800.woff') format('woff');
}
@font-face {
	font-display: swap;	font-family: 'Outfit'; font-style: normal; font-weight: 900;
	src: url('outfit-v10-latin-900.woff2') format('woff2'), url('outfit-v10-latin-900.woff') format('woff');
}

/* Elegant Icons */
@font-face {
	font-family: 'ElegantIcons';
	src:url('ElegantIcons.eot');
	src:url('ElegantIcons.eot?#iefix') format('embedded-opentype'),
		url('ElegantIcons.woff') format('woff'),
		url('ElegantIcons.ttf') format('truetype'),
		url('ElegantIcons.svg#ElegantIcons') format('svg');
	font-weight: normal;
	font-style: normal;
}
.et_icon {
	font-size: 110%;
	vertical-align: middle;
}
.et_icon.blue {
	color: #0270e0;
}
.et_icon.white {
	color: #fff;
}
