:root {
    --error: #db4437;
    --primarycolor: #4088E1;
    --primarycolor-lighten-15: #5D9AE6;
    --cta: #FEE35C;
    --text-color: #2C2C50;
    --linkcolor: #2C2C50;
    --tile-color: #FFFBF6;
    --donate-color: #FEE35C;
    --main: #D0E1FB;
    /* variables with opacity */
    --primary-opacity-20: rgba(64, 136, 225, 0.20);
    --linkcolor-opacity-70: rgba(44, 44, 80, 0.30);
    --tile-opacity-20: rgba(255, 251, 246, 0.20);
    --cta-opacity-20: rgba(254, 227, 92, 0.20);
    --cta-opacity-5: rgba(254, 227, 92, 0.05);
    --cta-opacity-08: rgba(254, 227, 92, 0.08);
    --cta-opacity-16: rgba(254, 227, 92, 0.16);
    --cta-opacity-15: rgba(254, 227, 92, 0.15);
    --text-opacity-04: rgba(44, 44, 80, 0.04);
    --text-opacity-5: rgba(44, 44, 80, 0.05);
    --text-opacity-15: rgba(44, 44, 80, 0.15);
    --text-opacity-20: rgba(44, 44, 80, 0.20);
    --text-opacity-30: rgba(44, 44, 80, 0.30);
    --text-opacity-40: rgba(44, 44, 80, 0.40);
    --text-opacity-50: rgba(44, 44, 80, 0.50);
    --text-opacity-90: rgba(44, 44, 80, 0.90);
}
