/*Variables*/

:root {
    --color-link: #0077c0;
    --color-btn: #0077c0;
    --color-btn-txt: #fff;
    --color-text: #05192c;
    --color-text-white: #FFFFFF;
    --color-title: #05192c;
    --color-bg-1: #fff;
    --color-bg-2: #f3f3f3;
    --color-bg-3: #546171;
    --color-red: #f3a46f;
    --font-title: Open Sans;
    --font-text: Open Sans;
    --bg-transparent: transparent;
}
