@font-face {
    font-family: Gotham;
    src: url('../fuentes/Gotham-Black_0.otf');
    font-weight: 900;
}

@font-face {
    font-family: Gotham;
    src: url('../fuentes/Gotham-BlackItalic.otf');
    font-weight: 900;
    font-style: italic;
}

@font-face {
    font-family: Gotham;
    src: url('../fuentes/Gotham-Bold_0.otf');
    font-weight: bold;
}

@font-face {
    font-family: Gotham;
    src: url('../fuentes/Gotham-Bold_0.otf');
    font-weight: 700;
}

@font-face {
    font-family: Gotham;
    src: url('../fuentes/Gotham-Medium_0.otf');
    font-weight: 500;
}

@font-face {
    font-family: Gotham;
    src: url('../fuentes/Gotham-Book_0.otf');
    font-weight: 400;
}

@font-face {
    font-family: Gotham;
    src: url('../fuentes/Gotham-Light_0.otf');
    font-weight: 300;
}

@font-face {
    font-family: Gotham;
    src: url('../fuentes/Gotham-XLight_0.otf');
    font-weight: 200;
}

@font-face {
    font-family: Gotham;
    src: url('../fuentes/Gotham-XLightIta.otf');
    font-weight: 200;
    font-style: italic;
}

@font-face {
    font-family: Gotham;
    src: url('../fuentes/Gotham-Thin_0.otf');
    font-weight: 100;
}
