:root {
    --error: #db4437;
    --primarycolor: #342C52;
    --primarycolor-lighten-15: #524C6C;
    --cta: #83A7D9;
    --text-color: #342C52;
    --linkcolor: #F8FAF1;
    --tile-color: #7DCDCA;
    --donate-color: #F0A98D;
    --main: #FCF2DE;
    /* variables with opacity */
    --primary-opacity-20: rgba(52, 44, 82, 0.20);
    --linkcolor-opacity-70: rgba(248, 250, 241, 0.30);
    --tile-opacity-20: rgba(125, 205, 202, 0.20);
    --cta-opacity-20: rgba(131, 167, 217, 0.20);
    --cta-opacity-5: rgba(131, 167, 217, 0.05);
    --cta-opacity-08: rgba(131, 167, 217, 0.08);
    --cta-opacity-16: rgba(131, 167, 217, 0.16);
    --cta-opacity-15: rgba(131, 167, 217, 0.15);
    --text-opacity-04: rgba(52, 44, 82, 0.04);
    --text-opacity-5: rgba(52, 44, 82, 0.05);
    --text-opacity-15: rgba(52, 44, 82, 0.15);
    --text-opacity-20: rgba(52, 44, 82, 0.20);
    --text-opacity-30: rgba(52, 44, 82, 0.30);
    --text-opacity-40: rgba(52, 44, 82, 0.40);
    --text-opacity-50: rgba(52, 44, 82, 0.50);
    --text-opacity-90: rgba(52, 44, 82, 0.90);
}
