:root {
    /* color variables */ 
    --main: #fff;
    --main-inv: #565656;
    --dark: #fa5c5c;
    --dark-highlight: #ff7d7d;
    --light: #ffe3e3;
    --highlight: #fbf0f0;
    --normal: #fcbbbb;
    --translucent-main: rgba(255,255,255,0.50);
    --svg-color: invert(48%) sepia(30%) saturate(1148%) hue-rotate(313deg) brightness(97%) contrast(103%);
}
