:root {
    --error: #db4437;
    --primarycolor: #00A886;
    --primarycolor-lighten-15: #26B598;
    --cta: #8DC63F;
    --text-color: #445B72;
    --linkcolor: #225CAF;
    --tile-color: #FDFDFD;
    --donate-color: #ED5DD3;
    --main: #F2FAF7;
    /* variables with opacity */
    --primary-opacity-20: rgba(0, 168, 134, 0.20);
    --linkcolor-opacity-70: rgba(34, 92, 175, 0.30);
    --tile-opacity-20: rgba(253, 253, 253, 0.20);
    --cta-opacity-20: rgba(141, 198, 63, 0.20);
    --cta-opacity-5: rgba(141, 198, 63, 0.05);
    --cta-opacity-08: rgba(141, 198, 63, 0.08);
    --cta-opacity-16: rgba(141, 198, 63, 0.16);
    --cta-opacity-15: rgba(141, 198, 63, 0.15);
    --text-opacity-04: rgba(68, 91, 114, 0.04);
    --text-opacity-5: rgba(68, 91, 114, 0.05);
    --text-opacity-15: rgba(68, 91, 114, 0.15);
    --text-opacity-20: rgba(68, 91, 114, 0.20);
    --text-opacity-30: rgba(68, 91, 114, 0.30);
    --text-opacity-40: rgba(68, 91, 114, 0.40);
    --text-opacity-50: rgba(68, 91, 114, 0.50);
    --text-opacity-90: rgba(68, 91, 114, 0.90);
}
