@charset "utf-8";

@font-face {
    font-family: 'GothamRegular';
    src: url('fonts/gotham-black-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/gotham-black-webfont.woff') format('woff'),
         url('fonts/gotham-black-webfont.ttf') format('truetype'),
         url('fonts/gotham-black-webfont.svg#GothamRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'GothamLightRegular';
    src: url('fonts/gotham-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/gotham-light-webfont.woff') format('woff'),
         url('fonts/gotham-light-webfont.ttf') format('truetype'),
         url('fonts/gotham-light-webfont.svg#GothamLightRegular') format('svg');
    font-weight: light;
    font-style: normal;
}

@font-face {
    font-family: 'GothamBoldRegular';
    src: url('fonts/gotham-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/gotham-bold-webfont.woff') format('woff'),
         url('fonts/gotham-bold-webfont.ttf') format('truetype'),
         url('fonts/gotham-bold-webfont.svg#GothamBoldRegular') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src:url('fonts/Montserrat-Regular.ttf') format('truetype');
    font-style: normal;
}

@font-face {
    font-family: 'Avenir';
    src: url('fonts/AvenirLTProRoman.woff');
    font-style: normal;
}

@font-face {
    font-family: 'AvenirRoman';
    src: url('fonts/AvenirLTStd-Roman.otf');
    font-style: normal;
}

@font-face {
    font-family: 'AvenirBlack';
    src: url('fonts/AvenirLTStd-Black.otf');
    font-style: normal;
}

@font-face {
    font-family: 'AvenirBook';
    src: url('fonts/AvenirLTProBook.woff');
    font-style: normal;
}
/*not this*/
@font-face {
    font-family: 'AvenirHeavy';
    src: url('fonts/AvenirLTProHeavy.woff');
    font-style: normal;
}
@font-face {
    font-family: 'AvenirLight';
    src: url('fonts/AvenirLTProLight.woff');
    font-style: normal;
}
@font-face {
    font-family: 'AvenirMedium';
    src: url('fonts/AvenirLTProMedium.woff');
    font-style: normal;
}
/*not this*/
@font-face {
    font-family: 'AvenirOblique';
    src: url('fonts/AvenirLTProOblique.woff');
    font-style: normal;
}