:root {
    --primary-color: #63c3d1;
    --white-color: #ffffff;
    --dark-text-color: #171a1f;
    --light-text-color: #565d6d;
    --black-color: #000000;
    --light-gray-bg: #f8f8f8;
    --light-blue-bg: #eff9fa;
    --gray-text: #999999;

    --color-primary: #63c3d1;
    --color-text-dark: #171a1f;
    --color-text-body: #565d6d;
    --color-text-light: #787878;
    --color-text-black: #000000;
    --color-white: #ffffff;
    --color-background-light: #fafafb;
    --color-background-header: #eff9fa;
    --color-background-footer: rgba(99, 195, 209, 0.1);
    --color-border: #dee1e6;

    --font-nunito: 'Nunito', sans-serif;
    --font-open-sans: 'Open Sans', sans-serif;
    --font-gotham: 'Gotham Rounded', sans-serif;
}
