@font-face {
    font-family: OpenSans;
    src: url("../_fontes/OpenSans-Regular.ttf");
}
@font-face {
    font-family: OpenSansBold;
    src: url("../_fontes/OpenSans-Bold.ttf");
}
@font-face {
    font-family: OpenSansItalic;
    src: url("../_fontes/OpenSans-Italic.ttf");
}
@font-face {
    font-family: OpenSansLight;
    src: url("../_fontes/OpenSans-Light.ttf");
}
@font-face {
	font-family: Fontawesome;
	src: url('../_fontes/fontawesome-webfont.eot?v=4.7.0');
	src: url('../_fontes/fontawesome-webfont.eot?#iefix&v=4.7.0')	format('embedded-opentype'), 
	url('../_fontes/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), 
	url('../_fontes/fontawesome-webfont.woff?v=4.7.0') format('woff'), 
	url('../_fontes/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), 
	url('../_fontes/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
    font-family: Faregular;
    src: url("../_fontes/fa-regular-400.ttf");
}
@font-face {
    font-family: Fasolid;
    src: url("../_fontes/fa-solid-900.ttf");
}
@font-face {
    font-family: Fabrands;
    src: url("../_fontes/fa-brands-400.ttf");
}

@font-face {
    font-family: Nunito;
    src: url("../_fontes/Nunito-Regular.ttf");
}
@font-face {
    font-family: NunitoSemiBold;
    src: url("../_fontes/Nunito-SemiBold.ttf");
}
@font-face {
    font-family: NunitoBold;
    src: url("../_fontes/Nunito-Bold.ttf");
}
@font-face {
    font-family: NunitoExtraBold;
    src: url("../_fontes/Nunito-ExtraBold.ttf");
}

@font-face {
  font-family: 'Fa6regular';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("../_fontes/fontawesome-6.1.1/fa-regular-400.woff2") format("woff2"), url("../_fontes/fontawesome-6.1.1/fa-regular-400.ttf") format("truetype"); }
@font-face {
  font-family: 'Fa6solid';
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("../_fontes/fontawesome-6.1.1/fa-solid-900.woff2") format("woff2"), url("../_fontes/fontawesome-6.1.1/fa-solid-900.ttf") format("truetype"); 
}

@font-face {
    font-family: Gotham;
    src: url("../_fontes/gotham/GOTHAM-BOOK.ttf");
}
@font-face {
    font-family: GothamBold;
    src: url("../_fontes/gotham/GOTHAM_BOLD.ttf");
}
@font-face {
    font-family: GothamMedium;
    src: url("../_fontes/gotham/GothamMedium.ttf");
}
@font-face {
    font-family: GothamBlack;
    src: url("../_fontes/gotham/GOTHAM_BLACK.ttf");
}
