:root {
    --cover-border-radius: .8rem;
    --ul-list-style-type: disc;
}
body {
    
--b-acc: hsl(0 0% 31.69%);
--b-acc-80: hsl(0 0% 31.69% / 80%);
--b-m: hsl(0 0% 52%);
--b1: hsl(0 0% 90%);
--b1-90: hsl(0 0% 90% / 90%);
--b1-80: hsl(0 0% 90% / 80%);
--b2: hsl(0 0% 76.83%);
--b2-80: hsl(0 0% 76.83% / 80%);
--b3: hsl(0 0% 62.06%);
--f-acc: hsl(0 0% 100%);
--f-m: hsl(0 0% 28%);
--f1: hsl(0 0% 0%);
--f1-focus: var(--fg-3);
--f1-veil: hsl(0 0% 0% / var(--veil-a));
--f2: hsl(0 0% 8.6%);
--f3: hsl(0 0% 28.06%);
--f3-focus: var(--bg-mg);
--m: hsl(0 0% 38.86%);
--m-acc: hsl(0 0% 31.69%);
--m-acc-80: hsl(0 0% 31.69% / 80%);

}
@supports (color: oklch(0% 0% 0)) {
    body {
        
--b-acc: oklch(40% 30.43381% 15);
--b-acc-80: oklch(40% 30.43381% 15 / 80%);
--b-m: oklch(64.55% 34.996082% 167);
--b1: oklch(97.319% 3.2809353% 167);
--b1-90: oklch(97.319% 3.2809353% 167 / 90%);
--b1-80: oklch(97.319% 3.2809353% 167 / 80%);
--b2: oklch(88.721% 13.531895% 167);
--b2-80: oklch(88.721% 13.531895% 167 / 80%);
--b3: oklch(79.1% 23.80645% 167);
--f-acc: oklch(100% 0% 0);
--f-m: oklch(45% 38.519848% 167);
--f1: oklch(0% 0% 167);
--f1-focus: var(--f3);
--f1-veil: oklch(0% 0% 0 / 3.65%);
--f2: oklch(20% 22.923624% 167);
--f3: oklch(40% 37.091206% 167);
--f3-focus: var(--b-m);
--m: oklch(50% 39% 167);
--m-acc: oklch(40% 30.43381% 15);
--m-acc-80: oklch(40% 30.43381% 15 / 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; }
