/*Variables*/

:root {
    --color-link: #8a6a4a;
    --color-btn: #c3a995;
    --color-btn-txt: #fff;
    --color-text: #7f706a;
    --color-text-white: #FFFFFF;
    --color-title: #4a3a35;
    --color-bg-1: #fff;
    --color-bg-2: #f6f2ec;
    --color-bg-3: #e8ddd0;
    --color-red: #b97a56;
    --font-title: Allison;
    --font-text: Jost;
    --bg-transparent: transparent;
}
