/*Variables*/

:root {
    --color-link: #62bfee;
    --color-btn: #8fa1bc;
    --color-btn-txt: #333333;
    --color-text: #333333;
    --color-text-white: #FFFFFF;
    --color-title: #333333;
    --color-bg-1: #ffffff;
    --color-bg-2: #c7d1df;
    --color-bg-3: #eef2f7;
    --color-red: #f1c2af;
    --font-title: Philosopher;
    --font-text: Lato;
    --bg-transparent: transparent;
}
