@font-face {
	font-family: 'Work Sans';
	font-weight: 300;
	font-display: fallback;
	src: url(WorkSans-Light.woff2) format('woff2'),
		 url(WorkSans-Light.woff) format('woff'),
		 url(WorkSans-Light.ttf) format('truetype');
}

@font-face {
	font-family: 'Work Sans';
	font-weight: 400;
	font-display: fallback;
	src: url(WorkSans-Regular.woff2) format('woff2'),
		 url(WorkSans-Regular.woff) format('woff'),
		 url(WorkSans-Regular.ttf) format('truetype');
}

@font-face {
	font-family: 'Work Sans';
	font-weight: 600;
	font-display: fallback;
	src: url(WorkSans-SemiBold.woff2) format('woff2'),
		 url(WorkSans-SemiBold.woff) format('woff'),
		 url(WorkSans-SemiBold.ttf) format('truetype');
}

@font-face {
	font-family: 'Work Sans';
	font-weight: 700;
	font-display: fallback;
	src: url(WorkSans-Bold.woff2) format('woff2'),
		 url(WorkSans-Bold.woff) format('woff'),
		 url(WorkSans-Bold.ttf) format('truetype');
}

@font-face {
	font-family: 'Kanit';
	font-weight: 300;
	font-display: fallback;
	src: url(Kanit-ExtraLight.woff2) format('woff2'),
		 url(Kanit-ExtraLight.woff) format('woff'),
		 url(Kanit-ExtraLight.ttf) format('truetype');
}

@font-face {
	font-family: 'Kanit';
	font-weight: 400;
	font-display: fallback;
	src: url(Kanit-Regular.woff2) format('woff2'),
		 url(Kanit-Regular.woff) format('woff'),
		 url(Kanit-Regular.ttf) format('truetype');
}

@font-face {
	font-family: 'Kanit';
	font-weight: 500;
	font-display: fallback;
	src: url(Kanit-Medium.woff2) format('woff2'),
		 url(Kanit-Medium.woff) format('woff'),
		 url(Kanit-Medium.ttf) format('truetype');
}

@font-face {
	font-family: 'Kanit';
	font-weight: 700;
	font-display: fallback;
	src: url(Kanit-SemiBold.woff2) format('woff2'),
		 url(Kanit-SemiBold.woff) format('woff'),
		 url(Kanit-SemiBold.ttf) format('truetype');
}

/* ICONS */

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

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

[class^="fi-"], [class*=" fi-"],
[class^="fis-"], [class*=" fis-"] {
	display: inline-block;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

[class^="fi-"], [class*=" fi-"] {
	font-family: 'inzicon' !important;
}

[class^="fis-"], [class*=" fis-"] {
	font-family: 'inzshop' !important;
}

.fi-arrow-left:before {
	content: "\e912";
}

.fi-arrow-right:before {
	content: "\e914";
}

.fi-search:before {
	content: "\e904";
}

.fi-check:before {
	content: "\e905";
}

.fi-phone:before {
	content: "\e906";
}

.fi-email:before {
	content: "\e90e";
}

.fi-pin:before {
	content: "\e911";
}

.fi-website:before {
	content: "\e910";
}

.fi-angle-down:before {
	content: "\e900";
}

.fi-angle-left:before {
	content: "\e901";
}

.fi-angle-right:before {
	content: "\e902";
}

.fi-angle-up:before {
	content: "\e903";
}

.fi-instagram:before {
	content: "\e908";
}

.fi-bluesky:before {
	content: "\e913";
}

.fi-twitter:before {
	content: "\e907";
}

.fi-linkedin:before {
	content: "\e909";
}

.fi-facebook:before {
	content: "\e90f";
}

.fi-pinterest:before {
	content: "\e90a";
}

.fi-tiktok:before {
	content: "\e90b";
}

.fi-youtube:before {
	content: "\e90c";
}

.fi-whatsapp:before {
	content: "\e90d";
}

.fi-spotify:before {
	content: "\e915";
}

.fis-cart:before {
  content: "\e900";
}
.fis-close:before {
  content: "\e901";
}
.fis-filter:before {
  content: "\e902";
}
.fis-heart:before {
  content: "\e903";
}
.fis-play:before {
  content: "\e904";
}
.fis-profile:before {
  content: "\e905";
}
.fis-star-filled:before {
  content: "\e906";
}
.fis-star:before {
  content: "\e907";
}