@font-face {
    font-family: Gilroy;
    src: url("../static/fonts/Gilroy-SemiBold.otf") format("opentype");
}
@font-face {
    font-family: Gilroy;
	font-weight: 900;
    src: url("../static/fonts/Gilroy-ExtraBold.otf") format("opentype");
}
@font-face {
    font-family: Gilroy;
	font-weight: 600;
    src: url("../static/fonts/Gilroy-SemiBold.otf") format("opentype");
}
@font-face {
    font-family: Gilroy;
	font-weight: 300;
    src: url("../static/fonts/Gilroy-Light.otf") format("opentype");
}
@font-face {
    font-family: Open Sans;
	src: url("../static/fonts/OpenSans") format("truetype");
}