:root {
    --cover-border-radius: .8rem;
    --ul-list-style-type: disc;
}
:root {
    
    --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-1: oklch(17.8948% 13.325834% 284);
    --bg-1-90: oklch(17.8948% 13.325834% 284 / 90%);
    --bg-1-overlay: oklch(17.8948% 13.325834% 284 / 80%);
    --bg-2: oklch(25.2452% 17.813318% 284);
    --bg-2-overlay: oklch(25.2452% 17.813318% 284 / 80%);
    --bg-3: oklch(32% 21.108198% 284);
    --bg-acc: oklch(33.44% 26% 332);
    --bg-acc-overlay: oklch(33.44% 26% 332 / 80%);
    --bg-mg: oklch(41% 24.007343% 284);
    --fg-1: oklch(100% 0% 284);
    --fg-1-focus: var(--fg-3);
    --fg-1-veil: oklch(100% 0% 0 / 2.68%);
    --fg-2: oklch(86% 10.644482% 284);
    --fg-3: oklch(72% 19.26283% 284);
    --fg-3-focus: var(--fg-1);
    --fg-acc: oklch(100% 0% 0);
    --fg-mg: oklch(61% 23.522018% 284);
    --mg: oklch(50% 25% 284);
    --mg-acc: oklch(49.08% 26% 332);
    --mg-acc-overlay: oklch(49.08% 26% 332 / 80%);
}

}
@font-face {
    font-family: 'Custom';
    font-style: normal;
    font-weight: 1 1000;
    src: url('custom.woff2') format('woff2');
}
body, button, input { font-family: 'Custom'; }
