/*
 * fonts.css – Lokalne czcionki dla motywu Agencja Celna PROFI
 * ============================================================
 * Tylko format .woff2 – obsługiwany przez 100% aktualnych przeglądarek.
 * Format .woff nie jest już potrzebny (był dla IE sprzed 10 lat).
 *
 * JAK ZAINSTALOWAĆ:
 * 1. Pobierz pliki czcionek ze strony:
 *    https://gwfh.mranftl.com/fonts/open-sans?subsets=latin,latin-ext
 *    https://gwfh.mranftl.com/fonts/raleway?subsets=latin,latin-ext
 * 2. Wybierz format: tylko woff2
 * 3. Wgraj pobrane pliki .woff2 do folderu:
 *    wp-content/themes/agencjacelnaprofi-theme-v4/assets/fonts/
 * ============================================================
 */


/* ─────────────────────────────────────────────
   OPEN SANS
   ───────────────────────────────────────────── */

/* Open Sans 300 (Light) */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url('../fonts/open-sans-v40-latin-ext_latin-300.woff2') format('woff2');
}

/* Open Sans 400 (Regular) – na stronie gwfh nazywa się "regular" */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('../fonts/open-sans-v40-latin-ext_latin-regular.woff2') format('woff2');
}

/* Open Sans 600 (Semi-Bold) */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url('../fonts/open-sans-v40-latin-ext_latin-600.woff2') format('woff2');
}

/* Open Sans 700 (Bold) */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('../fonts/open-sans-v40-latin-ext_latin-700.woff2') format('woff2');
}


/* ─────────────────────────────────────────────
   RALEWAY
   ───────────────────────────────────────────── */

/* Raleway 400 (Regular) – na stronie gwfh nazywa się "regular" */
@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('../fonts/raleway-v34-latin-ext_latin-regular.woff2') format('woff2');
}

/* Raleway 600 (Semi-Bold) */
@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url('../fonts/raleway-v34-latin-ext_latin-600.woff2') format('woff2');
}

/* Raleway 700 (Bold) */
@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('../fonts/raleway-v34-latin-ext_latin-700.woff2') format('woff2');
}

/* Raleway 800 (Extra-Bold) */
@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 800;
    font-display: swap;
    src: url('../fonts/raleway-v34-latin-ext_latin-800.woff2') format('woff2');
}
