/*Variables*/

:root {
    --color-link: #c3a995;
    --color-btn: #c3a995;
    --color-btn-txt: #fff;
    --color-text: #695958;
    --color-text-white: #FFFFFF;
    --color-title: #695958;
    --color-bg-1: #fff;
    --color-bg-2: #fbf6ef;
    --color-bg-3: #695958;
    --color-red: #fe7262;
    --font-title: Baloo;
    --font-text: Baloo;
    --bg-transparent: transparent;
}
