@font-face{
    font-family:Gilroy;
    src:url('fontes/Gilroy-Regular.otf');
    font-weight:normal;
	font-style:normal;
}
@font-face{
    font-family:Gilroy Medium;
    src:url('fontes/Gilroy-Medium.otf');
    font-weight:600;
	font-style:normal;
}
@font-face{
    font-family:Gilroy Bold;
    src:url('fontes/Gilroy-Bold.otf');
    font-weight:bold;
	font-style:normal;
}
@font-face{
    font-family:Gilroy Semibold;
    src:url('fontes/Gilroy-Semibold.otf');
    font-weight:600;
	font-style:normal;
}
@font-face{
    font-family:Gilroy Extrabold;
    src:url('fontes/Gilroy-Extrabold.otf');
    font-weight:bold;
	font-style:normal;
}