/*Variables*/

:root {
    --color-link: #2aa9e0;
    --color-btn: #2aa9e0;
    --color-btn-txt: #fff;
    --color-text: #777;
    --color-text-white: #FFFFFF;
    --color-title: #0a1f54;
    --color-bg-1: #fff;
    --color-bg-2: #0a1f54;
    --color-bg-3: #fafafa;
    --color-red: #EC4067;
    --font-title: Ubuntu;
    --font-text: Poppins;
    --bg-transparent: transparent;
}
