:root {
    --error: #db4437;
    --primarycolor: #F8CCD0;
    --primarycolor-lighten-15: #F9D4D7;
    --cta: #89A6A5;
    --text-color: #292929;
    --linkcolor: #3C415E;
    --tile-color: #FFFFFF;
    --donate-color: #3C415E;
    --main: #292929;
    /* variables with opacity */
    --primary-opacity-20: rgba(248, 204, 208, 0.20);
    --linkcolor-opacity-70: rgba(60, 65, 94, 0.30);
    --tile-opacity-20: rgba(255, 255, 255, 0.20);
    --cta-opacity-20: rgba(137, 166, 165, 0.20);
    --cta-opacity-5: rgba(137, 166, 165, 0.05);
    --cta-opacity-08: rgba(137, 166, 165, 0.08);
    --cta-opacity-16: rgba(137, 166, 165, 0.16);
    --cta-opacity-15: rgba(137, 166, 165, 0.15);
    --text-opacity-04: rgba(41, 41, 41, 0.04);
    --text-opacity-5: rgba(41, 41, 41, 0.05);
    --text-opacity-15: rgba(41, 41, 41, 0.15);
    --text-opacity-20: rgba(41, 41, 41, 0.20);
    --text-opacity-30: rgba(41, 41, 41, 0.30);
    --text-opacity-40: rgba(41, 41, 41, 0.40);
    --text-opacity-50: rgba(41, 41, 41, 0.50);
    --text-opacity-90: rgba(41, 41, 41, 0.90);
}
