/* Poppins self-hosted (Latin + Latin-Ext, 5 wariantów)
 * Subset: U+0020-U+007F + U+00A0-U+024F + interpunkcja
 * Pokrywa: angielski + polski (ą ę ł ń ó ś ż ź)
 * Rozmiar: 3 normal × 9 KB + 2 italic × 10 KB = ~50 KB total
 * vs Google Fonts (~30 KB + external request overhead)
 * v2.7.10 — 2026-04-25 */
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('./poppins-400.woff2') format('woff2');
}
@font-face {
    font-family: 'Poppins';
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: url('./poppins-400-italic.woff2') format('woff2');
}
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url('./poppins-600.woff2') format('woff2');
}
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('./poppins-700.woff2') format('woff2');
}
@font-face {
    font-family: 'Poppins';
    font-style: italic;
    font-weight: 700;
    font-display: swap;
    src: url('./poppins-700-italic.woff2') format('woff2');
}
