/* Inter – regular */
@font-face {
	font-family: 'Inter';
	src: url('../fonts/Inter-Regular.woff2') format('woff2'),
		url('../fonts/Inter-Regular.ttf') format('truetype');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

/* Inter – medium */
@font-face {
	font-family: 'Inter';
	src: url('../fonts/Inter-Medium.woff2') format('woff2'),
		url('../fonts/Inter-Medium.ttf') format('truetype');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

/* Inter – semibold */
@font-face {
	font-family: 'Inter';
	src: url('../fonts/Inter-SemiBold.woff2') format('woff2'),
		url('../fonts/Inter-SemiBold.ttf') format('truetype');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}

/* Inter – bold */
@font-face {
	font-family: 'Inter';
	src: url('../fonts/Inter-Bold.woff2') format('woff2'),
		url('../fonts/Inter-Bold.ttf') format('truetype');
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'icomoon';

	src: url('../fonts/icomoon.woff') format('woff');
	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;
	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-arr-left:before {
	content: '\e900';
}
.icon-arr-right:before {
	content: '\e901';
}
.icon-briefcase:before {
	content: '\e902';
}
.icon-buscet:before {
	content: '\e903';
}
.icon-car:before {
	content: '\e904';
}
.icon-check:before {
	content: '\e905';
}
.icon-clock:before {
	content: '\e906';
}
.icon-return:before {
	content: '\e908';
}
.icon-star:before {
	content: '\e909';
}
.icon-wallet:before {
	content: '\e90a';
}
.icon-share-icon:before {
	content: '\e907';
}
.icon-x-circle:before {
	content: '\e90b';
}
.icon-check-circle:before {
	content: '\e90c';
}
