html {
    scroll-behavior: smooth;
}

body {
    background: var(--gp-bg);
    color: var(--gp-text);
    font-family: Inter, sans-serif;
}

:root :where(h1, h2, h3) {
    color: var(--gp-text);
    line-height: 1.15;
}

:root :where(p, li, dd, dt, figcaption, small) {
    color: var(--gp-text-muted);
}

:root :where(a:not(.wp-element-button)) {
    color: var(--gp-text-muted);
}

:root :where(a:not(.wp-element-button):hover),
:root :where(a:not(.wp-element-button):focus-visible) {
    color: var(--gp-text);
}

:root :where(h1, h2, h3) :where(a:not(.wp-element-button)) {
    color: inherit;
}

.font-fraktur {
    font-family: 'UnifrakturMaguntia', cursive;
}

body.admin-bar #navbar {
    top: 32px;
}

a {
    color: inherit;
    text-decoration: none;
    transition: color 0.25s ease, opacity 0.25s ease, transform 0.25s ease;
}

img {
    display: block;
    max-width: 100%;
    height: auto;
}

.site-shell,
.site-main,
.section-shell {
    position: relative;
    z-index: 1;
}

.site-grain {
    position: fixed;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    opacity: 0.05;
    mix-blend-mode: screen;
    background-image: url('https://storage.googleapis.com/uxpilot-auth.appspot.com/1b3ebfc13d-943e27663a8c562264a4.png');
}

.text-silver-gradient {
    background: linear-gradient(135deg, #ffffff 0%, #9a9a9a 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.ghostpaper-prose p,
.ghostpaper-prose li {
    color: var(--gp-text-muted);
    line-height: 1.8;
}

.ghostpaper-prose h1,
.ghostpaper-prose h2,
.ghostpaper-prose h3,
.ghostpaper-prose h4,
.ghostpaper-prose h5,
.ghostpaper-prose h6 {
    color: var(--gp-text);
    line-height: 1.2;
    margin-top: 1.75em;
    margin-bottom: 0.65em;
}

.ghostpaper-prose a {
    color: var(--gp-text);
    text-decoration: underline;
}

.ghostpaper-prose ul,
.ghostpaper-prose ol {
    margin-left: 1.25rem;
}

@media (max-width: 782px) {
    body.admin-bar #navbar {
        top: 46px;
    }
}