:root {
    --error: #db4437;
    --primarycolor: #004712;
    --primarycolor-lighten-15: #266336;
    --cta: #24B153;
    --text-color: #0E0101;
    --linkcolor: #24B153;
    --tile-color: #EDEBEC;
    --donate-color: #24B153;
    --main: #EDEBEC;
    /* variables with opacity */
    --primary-opacity-20: rgba(0, 71, 18, 0.20);
    --linkcolor-opacity-70: rgba(36, 177, 83, 0.30);
    --tile-opacity-20: rgba(237, 235, 236, 0.20);
    --cta-opacity-20: rgba(36, 177, 83, 0.20);
    --cta-opacity-5: rgba(36, 177, 83, 0.05);
    --cta-opacity-08: rgba(36, 177, 83, 0.08);
    --cta-opacity-16: rgba(36, 177, 83, 0.16);
    --cta-opacity-15: rgba(36, 177, 83, 0.15);
    --text-opacity-04: rgba(14, 1, 1, 0.04);
    --text-opacity-5: rgba(14, 1, 1, 0.05);
    --text-opacity-15: rgba(14, 1, 1, 0.15);
    --text-opacity-20: rgba(14, 1, 1, 0.20);
    --text-opacity-30: rgba(14, 1, 1, 0.30);
    --text-opacity-40: rgba(14, 1, 1, 0.40);
    --text-opacity-50: rgba(14, 1, 1, 0.50);
    --text-opacity-90: rgba(14, 1, 1, 0.90);
}
