/*Variables*/

:root {
    --color-link: #565450;
    --color-btn: #565450;
    --color-btn-txt: #fff;
    --color-text: #151515;
    --color-text-white: #FFFFFF;
    --color-title: #151515;
    --color-bg-1: #fff;
    --color-bg-2: #565450;
    --color-bg-3: #ebebeb;
    --color-red: #3a4874;
    --font-title: Raleway;
    --font-text: Raleway;
    --bg-transparent: transparent;
}
