/*@font-face
{
    font-family: lato-thin;
    src: url('/fonts/Lato-Thin.ttf');
}

@font-face
{
    font-family: lato-light;
    src: url('/fonts/Lato-Light.ttf');
}

@font-face
{
    font-family: lato-regular;
    src: url('/fonts/Lato-Regular.ttf');
}

@font-face
{
    font-family: lato-bold;
    src: url('/fonts/Lato-Bold.ttf');
}

@font-face
{
    font-family: lato-black;
    src: url('/fonts/Lato-Black.ttf');
}*/

/* @font-face
{
    font-family: uberlin-regular;
    src: url('/fonts/uberlin/Uberlin.ttf');
}

@font-face
{
    font-family: uberlin-bold;
    src: url('/fonts/uberlin/Uberlin-Bold.ttf');
}

@font-face
{
    font-family: montserrat-regular;
    src: url('/fonts/montserrat/Montserrat-Regular.ttf');
}

@font-face
{
    font-family: montserrat-bold;
    src: url('/fonts/montserrat/Montserrat-Bold.ttf');
}

@font-face
{
    font-family: montserrat-light;
    src: url('/fonts/montserrat/Montserrat-Light.ttf');
}

.font-uberlin-regular
{
    font-family: 'uberlin-regular' !important;
}

.font-uberlin-bold
{
    font-family: 'uberlin-bold' !important;
}

.font-montserrat-regular
{
    font-family: 'montserrat-regular' !important;
}

.font-montserrat-bold
{
    font-family: 'montserrat-bold' !important;
}

.font-montserrat-light
{
    font-family: 'montserrat-light' !important;
} */

@font-face
{
    font-family: adobe-heiti-std-regular;
    src: url('/fonts/AdobeHeitiStd-Regular.otf');
}

@font-face
{
    font-family: electro-sans-regular;
    src: url('/fonts/ElectroSans-Regular.ttf');
}

@font-face
{
    font-family: archivo-black-regular;
    src: url('/fonts/ArchivoBlack-Regular.ttf');
}

@font-face
{
    font-family: noto-sans-regular;
    src: url('/fonts/Noto_Sans/NotoSans-Regular.ttf');
}

@font-face
{
    font-family: noto-sans-black;
    src: url('/fonts/Noto_Sans/NotoSans-Black.ttf');
}

@font-face
{
    font-family: noto-sans-bold;
    src: url('/fonts/Noto_Sans/NotoSans-Bold.ttf');
}

.font-adobe-heiti-std-regular
{
    font-family: 'adobe-heiti-std-regular' !important;
}

.font-electro-sans-regular
{
    font-family: 'electro-sans-regular' !important;
}

.font-noto-sans-regular
{
    font-family: 'noto-sans-regular' !important;
}