/*
    --e-global-color-primary: #FFFFFF;
    --e-global-color-secondary: #54595F;
    --e-global-color-text: #3B3743;
    --e-global-color-accent: #1961AC;
*/
:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #96C419;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #a9a9a9;
    --gray-dark: #f0f0f0;
    --gray-light: #f9f9f9;
    --primary: #1961AC;
    --secondary: #54595F;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #414042;
    --text-default: #3B3743;
    --link-primary: #1961AC;
    --link-primary-hover: #1961AC; 
    --link-default: #3B3743;
    --link-default-hover: #1961AC; 
    --link-secondary: #8192A5;
    --link-secondary-hover: #3B3743;
    --font-family-sans-serif: Verdana,'Helvetic Neue',Helvetica,Arial,sans-serif;
    --font-size: 13px;
    --border-radius: 4px;
}
