/*Variables*/

:root {
    --color-link: #00a8e6;
    --color-btn: #92bd03;
    --color-btn-txt: #ffffff;
    --color-text: #003764;
    --color-text-white: #FFFFFF;
    --color-title: #003764;
    --color-bg-1: #f6f6f6;
    --color-bg-2: #dee5fd;
    --color-bg-3: #0c2639;
    --color-red: #92bd03;
    --font-title: Georama;
    --font-text: Roboto;
    --bg-transparent: transparent;
}
