/*
Theme Name: Twenty Twenty-Four Child
Template: twentytwentyfour
*/
/* Sticky header */
/* zapobiega skokowi: ustawiamy pozycję startową identyczną jak w ScrollReveal */

/* Ukrywa całą stronę na starcie (poza headerem) */
/* Ukrywa całą stronę na starcie (poza headerem) */
/* Ukrycie strony na moment — poza headerem */
/* Ukrywa całą stronę (poza headerem) na starcie */
body.hide-on-start *:not(.sticky-header):not(.sticky-header *) {
    visibility: hidden;
}

/* Po 0.5 sekundy elementy stają się widoczne */
@keyframes revealContent {
    to {
        visibility: visible;
    }
}

body.hide-on-start *:not(.sticky-header):not(.sticky-header *) {
    animation: revealContent 0.5s steps(1, end) forwards;
}
.justify, .justify * {
  text-align: justify !important;
}


