/* font-family: 'GilroyMedium' */
@font-face {
	font-family: 'GilroyMedium';
  	src: url('../fonts/GilroyMedium/GilroyMedium.eot');
  	src: url('../fonts/GilroyMedium/GilroyMedium.eot?#iefix') format('embedded-opentype'),
         url('../fonts/GilroyMedium/GilroyMedium.woff') format('woff'),
         url('../fonts/GilroyMedium/GilroyMedium.ttf') format('truetype'),
         url('../fonts/GilroyMedium/GilroyMedium.svg#svgFontName') format('svg');
  	font-style: normal;
	font-weight: normal;
	font-display: swap;
}

/* font-family: 'GilroySemibold' */
@font-face {
	font-family: 'GilroySemibold';
  	src: url('../fonts/GilroySemibold/GilroySemibold.eot');
  	src: url('../fonts/GilroySemibold/GilroySemibold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/GilroySemibold/GilroySemibold.woff') format('woff'),
         url('../fonts/GilroySemibold/GilroySemibold.ttf') format('truetype'), 
         url('../fonts/GilroySemibold/GilroySemibold.svg#svgFontName') format('svg'); 
  	font-style: normal;
	font-weight: normal;
	font-display: swap;
}

/* font-family: 'GilroyBold' */
@font-face {
	font-family: 'GilroyBold';
  	src: url('../fonts/GilroyBold/GilroyBold.eot');
  	src: url('../fonts/GilroyBold/GilroyBold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/GilroyBold/GilroyBold.woff') format('woff'),
         url('../fonts/GilroyBold/GilroyBold.ttf') format('truetype'), 
         url('../fonts/GilroyBold/GilroyBold.svg#svgFontName') format('svg'); 
  	font-style: normal;
	font-weight: normal;
	font-display: swap;
}

/* font-family: 'PoppinsSemiBold' */
@font-face {
	font-family: 'PoppinsSemiBold';
	src: url('../fonts/PoppinsSemiBold/PoppinsSemiBold.eot');
	src: url('../fonts/PoppinsSemiBold/PoppinsSemiBold.eot?#iefix') format('embedded-opentype'),
	url('../fonts/PoppinsSemiBold/PoppinsSemiBold.woff') format('woff'),
	url('../fonts/PoppinsSemiBold/PoppinsSemiBold.ttf') format('truetype'),
	url('../fonts/PoppinsSemiBold/PoppinsSemiBold.svg#svgFontName') format('svg');
	font-style: normal;
	font-weight: normal;
	font-display: swap;
}

/* font-family: 'Icon' */
@font-face {
	font-family: 'Icon';
	src: url('../fonts/Icons/fontello.eot?62343146');
	src: url('../fonts/Icons/fontello.eot?62343146#iefix') format('embedded-opentype'),
	url('../fonts/Icons/fontello.woff?62343146') format('woff'),
	url('../fonts/Icons/fontello.ttf?62343146') format('truetype'),
	url('../fonts/Icons/fontello.svg?62343146#fontello') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

[class^="icon-"]:before, [class*=" icon-"]:before {
	font-family: 'Icon';
	font-size: 21px;
	color: #000;
	font-style: normal;
	font-weight: normal;
	speak: none;
	display: inline-block;
	text-decoration: inherit;
	font-variant: normal;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.icon-search:before { content: '\e800'; }
.icon-close:before { content: '\e803'; }
.icon-instagram:before { content: '\e801'; }
.icon-facebook:before { content: '\f300'; }
.icon-pinterest:before { content: '\e804'; }
.icon-arrow-down:before { content: '\e802'; }
.icon-time:before { content: '\e805'; }
.icon-calendar:before { content: '\e806'; }
.icon-read:before { content: '\e807'; }
.icon-arrow-right:before { content: '\e808'; }
.icon-arrow-left:before { content: '\e809'; }
.icon-filter:before { content: '\e80a'; }
.icon-ok:before { content: '\e80b'; }
.icon-person:before { content: '\e80e'; }
