:root {
    --error: #db4437;
    --primarycolor: #3D2462;
    --primarycolor-lighten-15: #5A457A;
    --cta: #EA821B;
    --text-color: #211006;
    --linkcolor: #9E4A9B;
    --tile-color: #F3EED8;
    --donate-color: #EE3929;
    --main: #F7F7F7;
    /* variables with opacity */
    --primary-opacity-20: rgba(61, 36, 98, 0.20);
    --linkcolor-opacity-70: rgba(158, 74, 155, 0.30);
    --tile-opacity-20: rgba(243, 238, 216, 0.20);
    --cta-opacity-20: rgba(234, 130, 27, 0.20);
    --cta-opacity-5: rgba(234, 130, 27, 0.05);
    --cta-opacity-08: rgba(234, 130, 27, 0.08);
    --cta-opacity-16: rgba(234, 130, 27, 0.16);
    --cta-opacity-15: rgba(234, 130, 27, 0.15);
    --text-opacity-04: rgba(33, 16, 6, 0.04);
    --text-opacity-5: rgba(33, 16, 6, 0.05);
    --text-opacity-15: rgba(33, 16, 6, 0.15);
    --text-opacity-20: rgba(33, 16, 6, 0.20);
    --text-opacity-30: rgba(33, 16, 6, 0.30);
    --text-opacity-40: rgba(33, 16, 6, 0.40);
    --text-opacity-50: rgba(33, 16, 6, 0.50);
    --text-opacity-90: rgba(33, 16, 6, 0.90);
}
