:root {
    --cover-border-radius: 0;
    --ul-list-style-type: square;
}
: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(95.6338% 9.434963% 278);
    --bg-1-90: oklch(95.6338% 9.434963% 278 / 90%);
    --bg-1-overlay: oklch(95.6338% 9.434963% 278 / 80%);
    --bg-2: oklch(86.4462% 28.500746% 278);
    --bg-2-overlay: oklch(86.4462% 28.500746% 278 / 80%);
    --bg-3: oklch(76.02% 47.202145% 278);
    --bg-acc: oklch(41% 61% 113);
    --bg-acc-overlay: oklch(41% 61% 113 / 80%);
    --bg-mg: oklch(63.01% 63.31646% 278);
    --fg-1: oklch(0% 0% 278);
    --fg-1-focus: var(--fg-3);
    --fg-1-veil: oklch(0% 0% 0 / 3.43%);
    --fg-2: oklch(20% 40.557182% 278);
    --fg-3: oklch(40% 65.6229% 278);
    --fg-3-focus: var(--bg-mg);
    --fg-acc: oklch(100% 0% 0);
    --fg-mg: oklch(45% 68.1505% 278);
    --mg: oklch(50% 69% 278);
    --mg-acc: oklch(41% 61% 113);
    --mg-acc-overlay: oklch(41% 61% 113 / 80%);
}

}
@font-face {
    font-display: fallback;
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 400;
    src: local('Barlow'), url('barlow-v12-latin-regular.woff2') format('woff2');
}
body, button, input { font-family: 'Barlow', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; }
