/* latin-ext */
@font-face {
    font-family: bauhaus;
    font-style: normal;
    font-weight: bolder;
    font-size: 100px;
    src: url('/fonts/Bauhaus93.woff') format('woff');
}


@font-face {
    font-family: Bauhaus-HeavyT;
    font-style: normal;
    font-weight: bolder;
    font-size: 100px;
    src: url('/fonts/Bauhaus-HeavyT.woff') format('woff');
}

@font-face {
    font-family: 'Montserrat-Black';
    src: url('/fonts/Montserrat-Black.woff') format('woff');
}

@font-face {
    font-family: 'Montserrat-Bold';
    src: url('/fonts/Montserrat-Bold.woff') format('woff');
}

@font-face {
    font-family: 'Montserrat-ExtraBold';
    src: url('/fonts/Montserrat-ExtraBold.woff') format('woff');
}

@font-face {
    font-family: 'Montserrat-ExtraLight';
    src: url('/fonts/Montserrat-ExtraLight.woff') format('woff');
}

@font-face {
    font-family: 'Montserrat-Light';
    src: url('/fonts/Montserrat-Light.woff') format('woff');
}

@font-face {
    font-family: 'Montserrat-Medium';
    src: url('/fonts/Montserrat-Medium.woff') format('woff');
}

@font-face {
    font-family: 'Montserrat-Regular';
    src: url('/fonts/Montserrat-Regular.woff') format('woff');
}

@font-face {
    font-family: 'Montserrat-SemiBold';
    src: url('/fonts/Montserrat-SemiBold.woff') format('woff');
}

@font-face {
    font-family: 'Montserrat-Thin';
    src: url('/fonts/Montserrat-Thin.woff') format('woff');
}

/* Font Icons */
@font-face {
    font-family: 'fa-icon';
    src: url('/fonts/fontawesome-webfont.woff') format('woff');
}

@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: url('/fonts/MaterialIcons-Regular.woff') format('woff');
}

@font-face {
    font-family: 'varela-round-v9-latin-regular';
    src: url('/fonts/varela-round-v9-latin-regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
}