@font-face {
    font-family: custom-font;
    src: url(../fonts/scifly/SciFly-Sans.ttf);
}

.custom-font
{
    font-family: custom-font !important;
}

.bigger-text{
    font-size: 1.2rem;
}

.custom-font.bigger-text
{
    font-size: 1.5rem;
}

@media (max-width: 760px)
{
    .custom-font.bigger-text
    {
        font-size: 1.3rem;
    }
}

.custom-font.nav-text
{
    font-size: 1.3rem !important;
}

h1.custom-font
{
    font-size: 2.8rem;
}

.font-weight-light.custom-font {
    font-size: 1.2rem;
}
