@font-face {
    font-family: Inter;
    font-style: normal;
    font-weight: 100 900;
    font-display: swap;
    src: url('../fonts/inter-latin-variable.woff2') format('woff2');
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-padding-top: 6rem; }
body { margin: 0; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
img { max-width: 100%; height: auto; }
[hidden] { display: none !important; }
:focus-visible { outline: 2px solid var(--wp--preset--color--foreground, #f0ede8); outline-offset: 5px; }
.olp-skip-link {
    position: fixed; top: .5rem; left: 1.5rem; z-index: 100001;
    padding: .75rem 1rem; background: #f0ede8; color: #050505;
    border-radius: .25rem; transform: translateY(-200%);
}
.olp-skip-link:focus { transform: translateY(0); }
.olp-content-shell {
    width: min(100% - 3rem, var(--wp--style--global--content-size, 760px));
    margin-inline: auto; padding-block: 8rem 3rem;
}
.olp-content-shell:focus { outline: none; }
@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
}
