:root{
    --basecol: 34;
    --dummy: hsl(34,30%,60%);
    --color1: hsl(var(--basecol), 80%, 10%);
    --color2: hsl(var(--basecol), 80%, 20%);
    --color3: hsl(var(--basecol), 40%, 40%);
    --color4: hsl(var(--basecol), 40%, 60%);
    --color5: hsl(var(--basecol), 40%, 80%);
    --color6: hsl(var(--basecol), 30%, 60%);

    --fs-content: calc(2vw + 2vmin - 0.25em);
    --button-size: 1.5rem;
}