/*Variables*/

:root {
    --color-link: #1f404f;
    --color-btn: #1f404f;
    --color-btn-txt: #ffffff;
    --color-text: #222222;
    --color-text-white: #FFFFFF;
    --color-title: #222222;
    --color-bg-1: #ffffff;
    --color-bg-2: #1f404f;
    --color-bg-3: #1f404f;
    --color-red: #BF1A2F;
    --font-title: Dela Gothic One;
    --font-text: Figtree;
    --bg-transparent: transparent;
}
