:root {
    --e-global-color-primary: #6ec1e4;
    --e-global-color-secondary: #54595f;
    --e-global-color-text: #7a7a7a;
    --e-global-color-accent: #61ce70;
    --e-global-color-4493613: #01193b;
    --e-global-color-3bbf06e: #3496bd;
    --e-global-color-0b59bf5: #3d4459;
    --e-global-color-a589c34: #477eaa;
    --e-global-typography-primary-font-family: "Roboto";
    --e-global-typography-primary-font-weight: 600;
    --e-global-typography-secondary-font-family: "Roboto Slab";
    --e-global-typography-secondary-font-weight: 400;
    --e-global-typography-text-font-family: "Roboto";
    --e-global-typography-text-font-weight: 400;
    --e-global-typography-accent-font-family: "Roboto";
    --e-global-typography-accent-font-weight: 500;
}
.color-text {
    color: var(--e-global-color-3bbf06e);
}
.dark-text-c {
    color: var(--e-global-color-0b59bf5);
}
.light-dark-text-c {
    color: var(--e-global-color-0b59bf5) !important;
}
