/*Variables*/

:root {
    --color-link: #39a7dc;
    --color-btn: #9FD4DA;
    --color-btn-txt: #040404;
    --color-text: #040404;
    --color-text-white: #FFFFFF;
    --color-title: #000000;
    --color-bg-1: #ffffff;
    --color-bg-2: #9fd4da;
    --color-bg-3: #edae4c;
    --color-red: #E76412;
    --font-title: Hind;
    --font-text: Hind;
    --bg-transparent: transparent;
}
