/*Variables*/

:root {
    --color-link: #505040;
    --color-btn: #505040;
    --color-btn-txt: #ffffff;
    --color-text: #505040;
    --color-text-white: #FFFFFF;
    --color-title: #6b7750;
    --color-bg-1: #ffffff;
    --color-bg-2: #f8f8f8;
    --color-bg-3: #6b7750;
    --color-red: #e2527b;
    --font-title: Satisfy;
    --font-text: Dosis;
    --bg-transparent: transparent;
}
