/* Self-hosted fonts (Etap F2 — Punkt 3). Eliminuje Google Fonts CDN.
   Subset latin+latin-ext (polskie znaki: ą ę ł ó ś ż ź). WOFF2 only. */

/* === Barlow — primary sans-serif === */

@font-face {
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('/fonts/barlow/barlow-v13-latin_latin-ext-regular.woff2') format('woff2');
}

@font-face {
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url('/fonts/barlow/barlow-v13-latin_latin-ext-500.woff2') format('woff2');
}

@font-face {
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url('/fonts/barlow/barlow-v13-latin_latin-ext-600.woff2') format('woff2');
}

@font-face {
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url('/fonts/barlow/barlow-v13-latin_latin-ext-900.woff2') format('woff2');
}

/* === Source Serif 4 — secondary serif (Wpis pages) === */

@font-face {
    font-family: 'Source Serif 4';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('/fonts/source-serif-4/source-serif-4-v14-latin_latin-ext-regular.woff2') format('woff2');
}

@font-face {
    font-family: 'Source Serif 4';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url('/fonts/source-serif-4/source-serif-4-v14-latin_latin-ext-600.woff2') format('woff2');
}
