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

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

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

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

@font-face {
	font-family: 'Open Sans';
	font-weight: 800;
	font-display: fallback;
	src: url(OpenSans-ExtraBold.woff2) format('woff2'),
		  url(OpenSans-ExtraBold.woff) format('woff'),
		  url(OpenSans-ExtraBold.ttf) format('truetype');
}

@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;
}
  
[class^="fa-"], [class*=" fa-"] {
	display: inline-block;
	font-family: 'inzicon' !important;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.fa-share:before {
	content: "\e91e";
  }

.fa-angle-down:before {
	content: "\e900";
  }
  .fa-angle-left:before {
	content: "\e901";
  }
  .fa-angle-right:before {
	content: "\e902";
  }
  .fa-angle-up:before {
	content: "\e903";
  }
  .fa-arrow-down:before {
	content: "\e904";
  }
  .fa-arrow-left:before {
	content: "\e905";
  }
  .fa-arrow-right:before {
	content: "\e906";
  }
  .fa-arrow-up:before {
	content: "\e90e";
  }
  .fa-close:before {
	content: "\e910";
  }
  .fa-check:before {
	content: "\e91d";
  }
  .fa-filter:before {
	content: "\e912";
  }
  .fa-heart:before {
	content: "\e914";
  }
  .fa-email:before {
	content: "\e911";
  }
  .fa-phone:before {
	content: "\e916";
  }
  .fa-pin:before {
	content: "\e917";
  }
  .fa-play:before {
	content: "\e918";
  }
  .fa-profile:before {
	content: "\e919";
  }
  .fa-search:before {
	content: "\e91a";
  }
  .fa-star:before {
	content: "\e91b";
  }
  .fa-star-filled:before {
	content: "\e91f";
  }
  .fa-website:before {
	content: "\e91c";
  }
  .fa-instagram:before {
	content: "\e908";
  }
  .fa-bluesky:before {
	content: "\e913";
  }
  .fa-twitter:before {
	content: "\e907";
  }
  .fa-linkedin:before {
	content: "\e909";
  }
  .fa-facebook:before {
	content: "\e90f";
  }
  .fa-pinterest:before {
	content: "\e90a";
  }
  .fa-tiktok:before {
	content: "\e90b";
  }
  .fa-youtube:before {
	content: "\e90c";
  }
  .fa-whatsapp:before {
	content: "\e90d";
  }
  .fa-spotify:before {
	content: "\e915";
  }