:root {
    --error: #db4437;
    --primarycolor: #B20E10;
    --primarycolor-lighten-15: #BE3234;
    --cta: #747373;
    --text-color: #030202;
    --linkcolor: #747373;
    --tile-color: #FDF9FA;
    --donate-color: #747373;
    --main: #F7F7F7;
    /* variables with opacity */
    --primary-opacity-20: rgba(178, 14, 16, 0.20);
    --linkcolor-opacity-70: rgba(116, 115, 115, 0.30);
    --tile-opacity-20: rgba(253, 249, 250, 0.20);
    --cta-opacity-20: rgba(116, 115, 115, 0.20);
    --cta-opacity-5: rgba(116, 115, 115, 0.05);
    --cta-opacity-08: rgba(116, 115, 115, 0.08);
    --cta-opacity-16: rgba(116, 115, 115, 0.16);
    --cta-opacity-15: rgba(116, 115, 115, 0.15);
    --text-opacity-04: rgba(3, 2, 2, 0.04);
    --text-opacity-5: rgba(3, 2, 2, 0.05);
    --text-opacity-15: rgba(3, 2, 2, 0.15);
    --text-opacity-20: rgba(3, 2, 2, 0.20);
    --text-opacity-30: rgba(3, 2, 2, 0.30);
    --text-opacity-40: rgba(3, 2, 2, 0.40);
    --text-opacity-50: rgba(3, 2, 2, 0.50);
    --text-opacity-90: rgba(3, 2, 2, 0.90);
}
