/*Variables*/

:root {
    --color-link: #6087fe;
    --color-btn: #6087fe;
    --color-btn-txt: #323232;
    --color-text: #323232;
    --color-text-white: #FFFFFF;
    --color-title: #7c7c7c;
    --color-bg-1: #fafafa;
    --color-bg-2: #e2e2e2;
    --color-bg-3: #181818;
    --color-red: #DD6E42;
    --font-title: Hammersmith One;
    --font-text: Lato;
    --bg-transparent: transparent;
}
