/*Variables*/

:root {
    --color-link: #a07f4d;
    --color-btn: #6c7c71;
    --color-btn-txt: #FFFFFF;
    --color-text: #37443f;
    --color-text-white: #FFFFFF;
    --color-title: #37443f;
    --color-bg-1: #F3F0EC;
    --color-bg-2: #FFFFFF;
    --color-bg-3: #a07f4d;
    --color-red: #a07f4d;
    --font-title: Antic Didone;
    --font-text: Work Sans;
    --bg-transparent: transparent;
}
