:root {
    --cover-border-radius: 0;
    --ul-list-style-type: square;
}
:root {
    --bg-overlay: hsl(0 0% 90% / 47%);
    --bg-1: hsl(0 0% 90%);
    --bg-1-90: hsl(0 0% 90% / 90%);
    --bg-1-overlay: hsl(0 0% 90% / 80%);
    --bg-2: hsl(0 0% 76.83%);
    --bg-2-overlay: hsl(0 0% 76.83% / 80%);
    --bg-3: hsl(0 0% 62.06%);
    --bg-acc: hsl(0 0% 31.69%);
    --bg-acc-overlay: hsl(0 0% 31.69% / 80%);
    --bg-mg: hsl(0 0% 52%);
    --fg-1: hsl(0 0% 0%);
    --fg-1-focus: var(--fg-3);
    --fg-1-veil: hsl(0 0% 0% / var(--veil-a));
    --fg-2: hsl(0 0% 8.6%);
    --fg-3: hsl(0 0% 28.06%);
    --fg-3-focus: var(--bg-mg);
    --fg-acc: hsl(0 0% 100%);
    --fg-mg: hsl(0 0% 28%);
    --mg: hsl(0 0% 38.86%);
    --mg-acc: hsl(0 0% 31.69%);
    --mg-acc-overlay: hsl(0 0% 31.69% / 80%);
}

@supports (color: oklch(0% 0% 0)) {
    :root {
    --bg-overlay: oklch(0% 0% 293 / 47%);
    --bg-1: oklch(0% 0% 293);
    --bg-1-90: oklch(0% 0% 293 / 90%);
    --bg-1-overlay: oklch(0% 0% 293 / 80%);
    --bg-2: oklch(21.56% 46.376736% 293);
    --bg-2-overlay: oklch(21.56% 46.376736% 293 / 80%);
    --bg-3: oklch(32% 62.480267% 293);
    --bg-acc: oklch(48% 69% 310);
    --bg-acc-overlay: oklch(48% 69% 310 / 80%);
    --bg-mg: oklch(41% 71.06174% 293);
    --fg-1: oklch(100% 0% 293);
    --fg-1-focus: var(--fg-3);
    --fg-1-veil: oklch(100% 0% 0 / 6%);
    --fg-2: oklch(86% 31.507668% 293);
    --fg-3: oklch(72% 57.01798% 293);
    --fg-3-focus: var(--fg-1);
    --fg-acc: oklch(100% 0% 0);
    --fg-mg: oklch(61% 69.625175% 293);
    --mg: oklch(50% 74% 293);
    --mg-acc: oklch(60% 69% 310);
    --mg-acc-overlay: oklch(60% 69% 310 / 80%);
}

}
body, button, input { font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }body::before {
    background: linear-gradient(var(--bg-overlay), var(--bg-overlay)), url(background-v79BDM4P4Aw.jpg) center / cover;
    content: '';
    display: block;
    height: 100vh;
    left: 0;
    position: fixed;
    top: 0;
    width: 100vw;
    z-index: -1;
}
