@font-face {
    font-family: 'proxima';
    src: url('fonts/proximalight.eot');
    src: url('fonts/proximalight.eot?#iefix') format('embedded-opentype'),
         url('fonts/proximalight.woff2') format('woff2'),
         url('fonts/proximalight.woff') format('woff'),
         url('fonts/proximalight.ttf') format('truetype'),
         url('fonts/proximalight.svg#proxima_nova_ltlight') format('svg');
    font-weight: 100;
    font-style: normal;

}

@font-face {
    font-family: 'proxima';
    src: url('fonts/proximasemibold.eot');
    src: url('fonts/proximasemibold.eot?#iefix') format('embedded-opentype'),
         url('fonts/proximasemibold.woff2') format('woff2'),
         url('fonts/proximasemibold.woff') format('woff'),
         url('fonts/proximasemibold.ttf') format('truetype'),
         url('fonts/proximasemibold.svg#proxima_nova_ltsemibold') format('svg');
    font-weight: 600;
    font-style: normal;

}

@font-face {
    font-family: 'proxima';
    src: url('fonts/proximaregular.eot');
    src: url('fonts/proximaregular.eot?#iefix') format('embedded-opentype'),
         url('fonts/proximaregular.woff2') format('woff2'),
         url('fonts/proximaregular.woff') format('woff'),
         url('fonts/proximaregular.ttf') format('truetype'),
         url('fonts/proximaregular.svg#proxima_nova_rgregular') format('svg');
    font-weight: 400;
    font-style: normal;

}

@font-face {
    font-family: 'proxima';
    src: url('fonts/proximablack.eot');
    src: url('fonts/proximablack.eot?#iefix') format('embedded-opentype'),
         url('fonts/proximablack.woff2') format('woff2'),
         url('fonts/proximablack.woff') format('woff'),
         url('fonts/proximablack.ttf') format('truetype'),
         url('fonts/proximablack.svg#proxima_nova_blblack') format('svg');
    font-weight: 900;
    font-style: normal;

}

@font-face {
    font-family: 'GothamThin';
    src: url('fonts/gotham-thin.eot');
    src: url('fonts/gotham-thin.eot?#iefix') format('embedded-opentype'),
         url('fonts/gotham-thin.woff2') format('woff2'),
         url('fonts/gotham-thin.woff') format('woff'),
         url('fonts/gotham-thin.ttf') format('truetype'),
         url('fonts/gotham-thin.svg#GothamThin') format('svg');
}