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

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

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

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

/* FONT AWESOME */

@font-face {
	font-family: 'inzicon';
	src:
	  url('fonts/inzicon.ttf?rpxnka') format('truetype'),
	  url('fonts/inzicon.woff?rpxnka') format('woff'),
	  url('fonts/inzicon.svg?rpxnka#inzicon') 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;
	line-height: 1;
	position: relative;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.fa-angle-down:before {
	content: "\e900";
}
.fa-angle-up:before {
content: "\e901";
}
.fa-arrow-left:before {
content: "\e902";
}
.fa-arrow-right:before {
content: "\e903";
}
.fa-email:before {
content: "\e904";
}
.fa-facebook:before {
content: "\e905";
}
.fa-instagram:before {
content: "\e906";
}
.fa-linkedin:before {
content: "\e907";
}
.fa-pa_aula:before {
content: "\e908";
}
.fa-pa_campus:before {
content: "\e909";
}
.fa-pa_duracao:before {
content: "\e90a";
}
.fa-pa_formacao:before {
content: "\e90b";
}
.fa-pa_turno:before {
content: "\e90c";
}
.fa-phone:before {
content: "\e90d";
}
.fa-pin:before {
content: "\e90e";
}
.fa-profile:before {
content: "\e90f";
}
.fa-star:before {
content: "\e910";
}
.fa-whatsapp:before {
content: "\e911";
}
.fa-youtube:before {
content: "\e912";
}