:root {
    --error: #db4437;
    --primarycolor: #7C7672;
    --primarycolor-lighten-15: #908B87;
    --cta: #4C4C2C;
    --text-color: #363632;
    --linkcolor: #030303;
    --tile-color: #D7D747;
    --donate-color: #EF0506;
    --main: #EAEC7A;
    /* variables with opacity */
    --primary-opacity-20: rgba(124, 118, 114, 0.20);
    --linkcolor-opacity-70: rgba(3, 3, 3, 0.30);
    --tile-opacity-20: rgba(215, 215, 71, 0.20);
    --cta-opacity-20: rgba(76, 76, 44, 0.20);
    --cta-opacity-5: rgba(76, 76, 44, 0.05);
    --cta-opacity-08: rgba(76, 76, 44, 0.08);
    --cta-opacity-16: rgba(76, 76, 44, 0.16);
    --cta-opacity-15: rgba(76, 76, 44, 0.15);
    --text-opacity-04: rgba(54, 54, 50, 0.04);
    --text-opacity-5: rgba(54, 54, 50, 0.05);
    --text-opacity-15: rgba(54, 54, 50, 0.15);
    --text-opacity-20: rgba(54, 54, 50, 0.20);
    --text-opacity-30: rgba(54, 54, 50, 0.30);
    --text-opacity-40: rgba(54, 54, 50, 0.40);
    --text-opacity-50: rgba(54, 54, 50, 0.50);
    --text-opacity-90: rgba(54, 54, 50, 0.90);
}
