@font-face {
    font-family: 'Gotham Book';
    src: url('Gotham-Book.woff2') format('woff2'),
        url('Gotham-Book.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Trajan Pro';
    src: url('TrajanPro-Regular.woff2') format('woff2'),
        url('TrajanPro-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Trajan Pro-Bold';
    src: url('TrajanPro-Bold.woff2') format('woff2'),
        url('TrajanPro-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}


/* NUEVAS FONTS */

@font-face {

    font-family: 'Helvetica_Roman';
    src: url('HelveticaLTStd-Roman.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {

    font-family: 'Helvetica_Light';
    src: url('HelveticaLTStd-Light.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {

    font-family: 'Helvetica_Neue_Light';
    src: url('HelveticaNeueLTStd-Lt.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {

    font-family: 'Atten New';
    src: url('AttenNewRegular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Atten New';
    src: url('AttenNewBold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Atten New';
    src: url('AttenNewMedium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Atten New';
    src: url('AttenNewBlack.woff2') format('woff2');
    font-weight: 800;
    font-style: normal;
}