/*
 * Self-hosted fonts — PIPEDA compliant; zero external requests.
 * Place font files in: /wp-content/themes/lesconsultants-theme/assets/fonts/
 *
 * Download sources (free, OFL licensed):
 *   Playfair Display: https://fonts.google.com/specimen/Playfair+Display (download and self-host)
 *   Source Serif Pro:  https://fonts.google.com/specimen/Source+Serif+Pro
 *   Raleway:           https://fonts.google.com/specimen/Raleway
 *
 * Convert to WOFF2 with: https://www.fontsquirrel.com/tools/webfont-generator
 * Subset to Latin + Latin Extended for performance.
 */

/* ============================================================
   PLAYFAIR DISPLAY — Display / Hero
   ============================================================ */
@font-face {
    font-family: 'Playfair Display';
    font-style:  normal;
    font-weight: 400;
    font-display: swap;
    src: url('../fonts/playfair-display-v36-latin-regular.woff2') format('woff2');
}

@font-face {
    font-family: 'Playfair Display';
    font-style:  italic;
    font-weight: 400;
    font-display: swap;
    src: url('../fonts/playfair-display-v36-latin-italic.woff2') format('woff2');
}

@font-face {
    font-family: 'Playfair Display';
    font-style:  normal;
    font-weight: 700;
    font-display: swap;
    src: url('../fonts/playfair-display-v36-latin-700.woff2') format('woff2');
}

@font-face {
    font-family: 'Playfair Display';
    font-style:  italic;
    font-weight: 700;
    font-display: swap;
    src: url('../fonts/playfair-display-v36-latin-700italic.woff2') format('woff2');
}

/* ============================================================
   SOURCE SERIF PRO — Body
   ============================================================ */
@font-face {
    font-family: 'Source Serif Pro';
    font-style:  normal;
    font-weight: 400;
    font-display: swap;
    src: url('../fonts/source-serif-pro-v15-latin-regular.woff2') format('woff2');
}

@font-face {
    font-family: 'Source Serif Pro';
    font-style:  italic;
    font-weight: 400;
    font-display: swap;
    src: url('../fonts/source-serif-pro-v15-latin-italic.woff2') format('woff2');
}

@font-face {
    font-family: 'Source Serif Pro';
    font-style:  normal;
    font-weight: 600;
    font-display: swap;
    src: url('../fonts/source-serif-pro-v15-latin-600.woff2') format('woff2');
}

/* ============================================================
   RALEWAY — UI / Navigation
   ============================================================ */
@font-face {
    font-family: 'Raleway';
    font-style:  normal;
    font-weight: 400;
    font-display: swap;
    src: url('../fonts/raleway-v28-latin-regular.woff2') format('woff2');
}

@font-face {
    font-family: 'Raleway';
    font-style:  normal;
    font-weight: 600;
    font-display: swap;
    src: url('../fonts/raleway-v28-latin-600.woff2') format('woff2');
}

@font-face {
    font-family: 'Raleway';
    font-style:  normal;
    font-weight: 700;
    font-display: swap;
    src: url('../fonts/raleway-v28-latin-700.woff2') format('woff2');
}
