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

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

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

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

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

/* CUSTOM FONT */

@font-face {
    font-family: 'icomoon';
    src:  url('icomoon/icomoon.eot?pyvy6f');
    src:  url('icomoon/icomoon.eot?pyvy6f#iefix') format('embedded-opentype'),
      url('icomoon/icomoon.ttf?pyvy6f') format('truetype'),
      url('icomoon/icomoon.woff?pyvy6f') format('woff'),
      url('icomoon/icomoon.svg?pyvy6f#icomoon') format('svg');
    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;
    speak: never;
    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-chevron:before {
    content: "\e908";
  }
  
  .icon-arrow-right:before {
    content: "\e900";
  }
  .icon-arrows-down:before {
    content: "\e901";
  }
  .icon-cart:before {
    content: "\e902";
  }
  .icon-facebook:before {
    content: "\e903";
  }
  .icon-instagram:before {
    content: "\e904";
  }
  .icon-phone:before {
    content: "\e905";
  }
  .icon-whatsapp:before {
    content: "\e906";
  }
  .icon-youtube:before {
    content: "\e907";
  }

/* FONT AWESOME */

@font-face {
	font-family: "FontAwesome";
	font-display: fallback;
	src: url("fontawesome/fonts/fontawesome-webfont.eot?v=4.7.0");
	src: url("fontawesome/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("fontawesome/fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("fontawesome/fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"),
		 url("fontawesome/fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("fontawesome/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
	font-weight: normal;
	font-style: normal;
}

.fa {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.fa-whatsapp:before {
	content: "\f232";
}

.fa-linkedin:before {
	content: "\f0e1";
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}

.fa-instagram:before {
	content: "\f16d";
}

.fa-youtube-play:before {
	content: "\f16a";
}

.fa-twitter:before {
	content: "\f099";
}

.fa-pinterest-p:before {
	content: "\f231";
}

.fa-phone:before {
	content: "\f095";
}

.fa-envelope-o:before {
	content: "\f003";
}

.fa-map-marker:before {
	content: "\f041";
}

.fa-sliders:before {
    content: "\f1de";
}

.fa-angle-right:before {
    content: "\f105";
}

.fa-angle-down:before {
    content: "\f107";
}

.fa-angle-up:before {
    content: "\f106";
}

.fa-chevron-circle-up:before {
    content: "\f139";
}

.fa-chevron-circle-down:before {
    content: "\f13a";
}

.fa-chevron-circle-right:before {
    content: "\f138";
}

.fa-download:before {
    content: "\f019";
}

.fa-shopping-cart:before {
    content: "\f07a";
}