/*Variables*/

:root {
    --color-link: #b49564;
    --color-btn: #b49564;
    --color-btn-txt: #fff;
    --color-text: #7d96b0;
    --color-text-white: #FFFFFF;
    --color-title: #65798d;
    --color-bg-1: #faf6f4;
    --color-bg-2: #e4dad7;
    --color-bg-3: #bdb3bc;
    --color-red: #df1a4d;
    --font-title: Baloo;
    --font-text: Open Sans;
    --bg-transparent: transparent;
}
