/* =========================================
   CTPF Custom Fonts - @font-face Declarations
   ========================================= */

/* --- Gazpacho Black (Display / Titulos) --- */
@font-face {
    font-family: 'Gazpacho Black';
    src: url('gazpacho-black.woff2') format('woff2'),
         url('gazpacho-black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

/* --- Futura ICG Book (Subtitulos - Regular) --- */
@font-face {
    font-family: 'Futura ICG';
    src: url('Futura ICG Book Regular.woff2') format('woff2'),
         url('Futura ICG Book Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* --- Futura ICG Demi (Subtitulos - Bold) --- */
@font-face {
    font-family: 'Futura ICG';
    src: url('Futura ICG Demi Regular.woff2') format('woff2'),
         url('Futura ICG Demi Regular.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/* --- Helvetica Neue Light --- */
@font-face {
    font-family: 'Helvetica Neue';
    src: url('HelveticaNeueLight.woff2') format('woff2'),
         url('HelveticaNeueLight.otf') format('opentype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

/* --- Helvetica Neue Regular --- */
@font-face {
    font-family: 'Helvetica Neue';
    src: url('HelveticaNeueRoman.woff2') format('woff2'),
         url('HelveticaNeueRoman.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* --- Helvetica Neue Bold --- */
@font-face {
    font-family: 'Helvetica Neue';
    src: url('HelveticaNeueBold.woff2') format('woff2'),
         url('HelveticaNeueBold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
