﻿@media screen {
    .no-screen, .no-screen * {
        display: none !important;
    }
}

@font-face {
    font-family: 'gotham-black-webfont';
    src: url('../webfonts/gotham/black/gotham-black-webfont.woff') format('woff');
}
@font-face {
    font-family: 'gotham-bold-webfont';
    src: url('../webfonts/gotham/bold/gotham-bold-webfont.woff') format('woff');
}
@font-face {
    font-family: 'gotham-book-webfont';
    src: url('../webfonts/gotham/book/gotham-book-webfont.woff') format('woff');
}
@font-face {
    font-family: 'gotham-light-webfont';
    src: url('../webfonts/gotham/light/gotham-light-webfont.woff') format('woff');
}
.section-title {
    font-family: 'gotham-black-webfont'
}

.section-sub-title {
    font-family: 'gotham-light-webfont'
}
