:root {
    --head-main: rgb(219, 215, 210);
    --head-dow: #dfffff;
    --weekend: hsla(36, 60%, 90%, 0.9);
    /* --weekend: silver; */

    --color-red: red;
    --color-green: springgreen;
    --color-blue: hsl(212, 100%, 50%);
    --color-fuchsia: fuchsia;
    --color-yellow: yellow;
    --color-cyan: cyan;
    --color-teal: teal;
}
