:root {
    --theme-color: #253C7C;
    --theme-color-primary: #253C7C;
    --theme-color-success: #44A260;
    --theme-color-danger: #E44720;
    --theme-color-secondary: #979797;
    --theme-color-hover: #F36728;
    --theme-color-light: #F4F5F9;
}


