
/* Central repository of colors used throughout the template to define the theme */

:root {
    --app-normal-grey: #404040;
    --app-vlight-grey: #f5f5f5;
    --app-light-grey: #e7e7e7;
    --app-midlt-grey: #C0C0C0;
    --app-middle-grey: #808080;
    --app-dark-grey: #0A0A0A;
    --app-dark-lt: rgba(10, 10, 10, .25);
    --app-absolute-black: #000000;
    --app-absolute-white: #FFFFFF;

    --app-primary: #223058;
    --app-primary-md: rgba(119, 61, 189, .50);
    --app-primary-lt: rgba(119, 61, 189, .25);

    --app-secondary: #CC248F;
    --app-secondary-lt: rgba(186, 85, 211, .25);
    --app-success: #40a915;
    --app-success-lt: rgba(64, 169, 21, .25);

    --app-error: #C64219;
    --app-error-lt: rgba(193, 24, 24, .25);

    --app-info: #0094ff;
    --app-info-lt: rgba(0, 148, 255, .25);
    --app-warning: #ffaa00;
    --app-warning-lt: rgba(255, 170, 0, .25);
    --app-hilite: rgba(251,236,93, 1);
}
