:root {
    --error: #db4437;
    --primarycolor: #ED1B24;
    --primarycolor-lighten-15: #F03D45;
    --cta: #666666;
    --text-color: #111111;
    --linkcolor: #666666;
    --tile-color: #DDDDDD;
    --donate-color: #3AB549;
    --main: #B8DAF3;
    /* variables with opacity */
    --primary-opacity-20: rgba(237, 27, 36, 0.20);
    --linkcolor-opacity-70: rgba(102, 102, 102, 0.30);
    --tile-opacity-20: rgba(221, 221, 221, 0.20);
    --cta-opacity-20: rgba(102, 102, 102, 0.20);
    --cta-opacity-5: rgba(102, 102, 102, 0.05);
    --cta-opacity-08: rgba(102, 102, 102, 0.08);
    --cta-opacity-16: rgba(102, 102, 102, 0.16);
    --cta-opacity-15: rgba(102, 102, 102, 0.15);
    --text-opacity-04: rgba(17, 17, 17, 0.04);
    --text-opacity-5: rgba(17, 17, 17, 0.05);
    --text-opacity-15: rgba(17, 17, 17, 0.15);
    --text-opacity-20: rgba(17, 17, 17, 0.20);
    --text-opacity-30: rgba(17, 17, 17, 0.30);
    --text-opacity-40: rgba(17, 17, 17, 0.40);
    --text-opacity-50: rgba(17, 17, 17, 0.50);
    --text-opacity-90: rgba(17, 17, 17, 0.90);
}
