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

body {
    font-family: 'Exo 2', sans-serif;
}


.ukryj-na-mobile {
    display: none !important;
}

@media (min-width: 768px) {
    .ukryj-na-mobile {
        display:flex !important;
    }
}
.widoczne-na-mobile {
    display: none !important;
}

@media (max-width: 768px) {
    .widoczne-na-mobile {
        display: flex !important;
    }
}

.ukryj-na-mobile-block {
    display: none !important;
}

@media (min-width: 768px) {
    .ukryj-na-mobile-block {
        display: block !important;
    }
}

.wp-block-button__link:hover {
    background-color: #0f8d8c !important;
    color: white !important;
    transition: background-color 0.3s ease, color 0.3s ease;
}
.wp-block-navigation-item__content:hover {
    color: #0f8d8c !important;
    transition: background-color 0.3s ease, color 0.3s ease;
}
.przycisk-montessori:hover {
    box-shadow: 0 4px 8px rgba(15, 141, 140, 2);
    transition: box-shadow 0.3s ease;
}
/* Pokaż element tylko na komórkach (max szerokość 768px) */
.show-on-mobile {
    display: none;
}

@media (max-width: 768px) {
    .show-on-mobile {
        display:block;
    }
}
/* Ukryj element na komórkach (max szerokość 768px) */
.hide-on-mobile {
    display:grid;
}

@media (max-width: 768px) {
    .hide-on-mobile {
        display: none !important;
    }
}
.responsive-h2 {
    font-size: 2 rem;
}

@media (max-width: 1600px) {
    .responsive-h2 {
        font-size: 1px;
    }
}

@media (max-width: 1200px) {
    .responsive-h2 {
        font-size: 1rem;
    }
}

@media (max-width: 768px) {
    .responsive-h2 {
        font-size: 1.5rem;
    }
}
