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

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

@font-face {
	font-family: 'Work Sans';
	font-weight: 400;
	font-display: swap;
	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: 500;
	font-display: swap;
	src: url(WorkSans-Medium.woff2) format('woff2'),
		 url(WorkSans-Medium.woff) format('woff'),
		 url(WorkSans-Medium.ttf) format('truetype');
}

@font-face {
	font-family: 'Work Sans';
	font-weight: 600;
	font-display: swap;
	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: swap;
	src: url(WorkSans-Bold.woff2) format('woff2'),
		 url(WorkSans-Bold.woff) format('woff'),
		 url(WorkSans-Bold.ttf) format('truetype');
}


/* FONT AWESOME */

@font-face {
	font-family: "FontAwesome";
	font-display: swap;
	src: url("fontawesome/fonts/fontawesome-webfont.woff2") format("woff2"), 
	     url("fontawesome/fonts/fontawesome-webfont.woff") format("woff"),
	     url("fontawesome/fonts/fontawesome-webfont.eot") format("embedded-opentype"), 
		 url("fontawesome/fonts/fontawesome-webfont.ttf") format("truetype"), 
		 url("fontawesome/fonts/fontawesome-webfont.svg") 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";
}

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