/*Variables*/

:root {
    --color-link: #37a6e6;
    --color-btn: #fff568;
    --color-btn-txt: #37a6e6;
    --color-text: #646d79;
    --color-text-white: #FFFFFF;
    --color-title: #2b2d42;
    --color-bg-1: #fff;
    --color-bg-2: #37a6e6;
    --color-bg-3: #00548e;
    --color-red: #fe5f55;
    --font-title: Permanent Marker;
    --font-text: Dosis;
    --bg-transparent: transparent;
}
