/*
    TEST: wszystkie naglowki na Plus Jakarta Sans Bold.
    Plik tymczasowy - zeby wylaczyc, zakomentuj wp_enqueue_style('test-headings-font', ...) w functions.php.
*/

@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@700&display=swap');

h1,
h2,
h3,
h4,
h5,
h6,
h1 *,
h2 *,
h3 *,
h4 *,
h5 *,
h6 * {
    font-family: 'Plus Jakarta Sans', sans-serif !important;
    font-weight: 700 !important;
}
