/**
 * Theme Name: Forte-U
 * Template:   twentytwentyfive
 * Version:    0.1.0
 * Author:     Pierre Hauweele
 */

/* Justified text, only on desktop. Generally, justified text is considered ugly on mobile. */
@media (min-width:769px) {
    .justify p {
        text-align: justify !important;
    }
}

header:has(>.is-position-sticky) {
    position: sticky;
    top: calc( 0px + var( --wp-admin--admin-bar--height, 0px ) );
    z-index: 100;
}