/* ==========================================================================
   Base / Reset
   ========================================================================== */

:root {
    /* Main content width for all pages */
    --vp-container-width: 1348px;
    --vp-page-padding-x: 1.5rem;
}

/* Box sizing
   -------------------------------------------------------------------------- */
*,
*::before,
*::after {
    box-sizing: border-box;
}

/* HTML & body
   -------------------------------------------------------------------------- */
html {
    -webkit-text-size-adjust: 100%;
    scroll-behavior: smooth;
}

body.site-body {
    margin: 0;
    min-height: 100vh;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
        sans-serif;
    color: #f9fafb;
    background: radial-gradient(circle at top, #111827 0, #020617 55%, #000 100%);
}

/* Links & images
   -------------------------------------------------------------------------- */
a {
    color: inherit;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

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