/*Variables*/

:root {
    --color-link: #768d5c;
    --color-btn: #768d5c;
    --color-btn-txt: #915928;
    --color-text: #915928;
    --color-text-white: #FFFFFF;
    --color-title: #915928;
    --color-bg-1: #ddcbac;
    --color-bg-2: #768d5c;
    --color-bg-3: #ddcbac;
    --color-red: #cebc6b;
    --font-title: Allison;
    --font-text: Jost;
    --bg-transparent: transparent;
}
