/* ============================================
   FUENTES TIPOGRÁFICAS - GPPROFER, S.L
   Playfair Display (títulos) + Lato (textos)
   ============================================ */

/* Playfair Display - Regular */
@font-face {
    font-family: 'Playfair Display';
    src: url('playfair-display/playfair-display-regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* Playfair Display - Bold 700 */
@font-face {
    font-family: 'Playfair Display';
    src: url('playfair-display/playfair-display-700.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/* Playfair Display - Black 900 */
@font-face {
    font-family: 'Playfair Display';
    src: url('playfair-display/playfair-display-900.woff2') format('woff2');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

/* Playfair Display - Italic */
@font-face {
    font-family: 'Playfair Display';
    src: url('playfair-display/playfair-display-italic.woff2') format('woff2');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

/* Lato - Regular */
@font-face {
    font-family: 'Lato';
    src: url('lato/lato-regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* Lato - Bold 700 */
@font-face {
    font-family: 'Lato';
    src: url('lato/lato-700.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/* Lato - Italic */
@font-face {
    font-family: 'Lato';
    src: url('lato/lato-italic.woff2') format('woff2');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

/* Lato - Bold Italic 700 */
@font-face {
    font-family: 'Lato';
    src: url('lato/lato-700italic.woff2') format('woff2');
    font-weight: 700;
    font-style: italic;
    font-display: swap;
}