/* DEF FONTS */

@font-face {
	font-family: 'Jost';
	src: url(../fonts/Jost-Light.ttf?1.1.0) format('truetype');
	font-weight: 300;
	font-display: swap;
}

@font-face {
	font-family: 'Jost';
	src: url(../fonts/Jost-Regular.ttf?1.1.0) format('truetype');
	font-weight: 400;
	font-display: swap;
}

@font-face {
	font-family: 'Jost';
	src: url(../fonts/Jost-Medium.ttf?1.1.0) format('truetype');
	font-weight: 500;
	font-display: swap;
}

/* FONT ICONS */

@font-face {
	font-family: 'icomoon';
	src:
		url('../fonts/icomoon.ttf?1.1.0') format('truetype'),
		url('../fonts/icomoon.woff?1.1.0') format('woff'),
		url('../fonts/icomoon.svg?1.1.0') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: block;
}

[class^="_icon-"], [class*=" _icon-"] {
	font-family: 'icomoon' !important;
	speak: never;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	font-size: 24px;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

._icon-plus:before {
  	content: "\e91b";
}
._icon-check:before {
    content: "\e900";
}
._icon-arrow-down:before {
	content: "\e901";
}
._icon-arrow-left:before {
    content: "\e902";
}
._icon-arrow-right-bottom:before {
    content: "\e903";
}
._icon-arrow-right-top:before {
    content: "\e904";
}
._icon-arrow-right:before {
    content: "\e905";
}
._icon-arrow-top:before {
    content: "\e906";
}
._icon-birthday:before {
    content: "\e907";
}
._icon-burger:before {
    content: "\e908";
}
._icon-car:before {
    content: "\e909";
}
._icon-chair:before {
    content: "\e90a";
}
._icon-close:before {
    content: "\e90b";
}
._icon-inst:before {
    content: "\e90c";
}
._icon-like:before {
    content: "\e90d";
}
._icon-lotos:before {
    content: "\e90e";
}
._icon-message:before {
    content: "\e90f";
}
._icon-phone:before {
    content: "\e910";
}
._icon-pin:before {
    content: "\e911";
}
._icon-search:before {
    content: "\e912";
}
._icon-spark:before {
    content: "\e913";
}
._icon-stars:before {
    content: "\e914";
}
._icon-tg:before {
    content: "\e915";
}
._icon-viber:before {
    content: "\e916";
}
._icon-vk:before {
    content: "\e917";
}
._icon-wa:before {
    content: "\e918";
}
._icon-yoga:before {
    content: "\e919";
}
._icon-yt:before {
    content: "\e91a";
}
