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

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

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

@font-face {
	font-family: 'DesireBasic';
	font-weight: 400;
	font-display: fallback;
	src: url(DesireBasic.woff2) format('woff2'),
		 url(DesireBasic.woff) format('woff'),
		 url(DesireBasic.otf) format('opentype');
}

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

/* 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-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";
}

@font-face {
	font-family: 'Inter';
	font-weight: 100;
	font-display: swap;
	src: url(Inter-Thin.woff2) format('woff2'),
		  url(Inter-Thin.woff) format('woff'),
		  url(Inter-Thin.ttf) format('truetype');
}

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

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

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

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

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

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