/* ==========================================================================
   FUENTES LOCALES - Trade Gothic & Zeuty
   ========================================================================== */

/* Trade Gothic - TÍTULOS */
@font-face {
    font-family: 'Trade Gothic';
    src: url('../font/Trade-Gothic-Bold_0.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Trade Gothic';
    src: url('../font/Trade-Gothic-Regular_0.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Trade Gothic';
    src: url('../font/Trade-Gothic-Light_0.otf') format('opentype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Trade Gothic';
    src: url('../font/Trade-Gothic-Oblique_0.otf') format('opentype');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

/* Zeuty Script - ACENTOS/DETALLES ESPECIALES */
@font-face {
    font-family: 'Zeuty Script';
    src: url('../font/Zeuty\ Script.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* Zeuty Sans - ALTERNATIVA MODERNA */
@font-face {
    font-family: 'Zeuty Sans';
    src: url('../font/Zeuty\ Sans.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
