/**
 * WHITE — Global styles
 */

:root {
    scroll-padding-top: 80px;
}

html {
    scroll-behavior: smooth;
}

::selection {
    background: #111111;
    color: #ffffff;
}

h1,
h2 {
    text-wrap: balance;
}

p,
li {
    text-wrap: pretty;
}

@media (max-width: 767px) {
    .br-desktop {
        display: none;
    }
}

@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
        scroll-behavior: auto !important;
    }
}