:root {
    --error: #db4437;
    --primarycolor: #B55301;
    --primarycolor-lighten-15: #C06D27;
    --cta: #E8A27C;
    --text-color: #2D2F31;
    --linkcolor: #222529;
    --tile-color: #FDF9F6;
    --donate-color: #4C071E;
    --main: #F5F5F5;
    /* variables with opacity */
    --primary-opacity-20: rgba(181, 83, 1, 0.20);
    --linkcolor-opacity-70: rgba(34, 37, 41, 0.30);
    --tile-opacity-20: rgba(253, 249, 246, 0.20);
    --cta-opacity-20: rgba(232, 162, 124, 0.20);
    --cta-opacity-5: rgba(232, 162, 124, 0.05);
    --cta-opacity-08: rgba(232, 162, 124, 0.08);
    --cta-opacity-16: rgba(232, 162, 124, 0.16);
    --cta-opacity-15: rgba(232, 162, 124, 0.15);
    --text-opacity-04: rgba(45, 47, 49, 0.04);
    --text-opacity-5: rgba(45, 47, 49, 0.05);
    --text-opacity-15: rgba(45, 47, 49, 0.15);
    --text-opacity-20: rgba(45, 47, 49, 0.20);
    --text-opacity-30: rgba(45, 47, 49, 0.30);
    --text-opacity-40: rgba(45, 47, 49, 0.40);
    --text-opacity-50: rgba(45, 47, 49, 0.50);
    --text-opacity-90: rgba(45, 47, 49, 0.90);
}
