@font-face {
    font-family: Gilroy-extrabold;
    src: url(/resources/themes/material/fonts/Gilroy/Gilroy-ExtraBold.ttf);
}
@font-face {
    font-family: Gilroy-bold;
    src: url(/resources/themes/material/fonts/Gilroy/Gilroy-Bold.ttf);
}
@font-face {
    font-family: Gilroy-semibold;
    src: url(/resources/themes/material/fonts/Gilroy/Gilroy-SemiBold.ttf);
}
@font-face {
    font-family: Gilroy-medium;
    src: url(/resources/themes/material/fonts/Gilroy/Gilroy-Medium.ttf);
}
@font-face {
    font-family: Gilroy-regular;
    src: url(/resources/themes/material/fonts/Gilroy/Gilroy-Regular.ttf);
}
@font-face {
    font-family: Gilroy-heavy;
    src: url(/resources/themes/material/fonts/Gilroy/Gilroy-Heavy.ttf);
}
.Gilroy-extrabold {
    font-family: Gilroy-extrabold, "Roboto", sans-serif;
}
.Gilroy-bold {
    font-family: Gilroy-bold, "Roboto", sans-serif;
}
.Gilroy-semibold {
    font-family: Gilroy-semibold, "Roboto", sans-serif;
}
.Gilroy-medium {
    font-family: Gilroy-medium, "Roboto", sans-serif;
}
.Gilroy-regular {
    font-family: Gilroy-regular, "Roboto", sans-serif;
}
.Gilroy-heavy {
    font-family: Gilroy-heavy, "Roboto", sans-serif;
}
.Gilroy {
    font-family: Gilroy, "Roboto", sans-serif;
}