/*Variables*/

:root {
    --color-link: #70846f;
    --color-btn: #70846f;
    --color-btn-txt: #fff;
    --color-text: #252525;
    --color-text-white: #FFFFFF;
    --color-title: #252525;
    --color-bg-1: #fff;
    --color-bg-2: #ebebeb;
    --color-bg-3: #2d332d;
    --color-red: #dd98bd;
    --font-title: Courgette;
    --font-text: Baloo;
    --bg-transparent: transparent;
}
