/* Lokalne czcionki – WOFF2, subset latin + latin-ext (z polskimi znakami) */

@font-face {
    font-family: 'Mate-Regular';
    src: url('/wp-content/themes/blocksy-child/fonts/Mate-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto-Regular';
    src: url('/wp-content/themes/blocksy-child/fonts/Roboto-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto-Bold';
    src: url('/wp-content/themes/blocksy-child/fonts/Roboto-Bold.woff2') format('woff2');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}