/*
OVB
*/

:root {
    --theme-primary-1:          #195190;
    --theme-primary-2:          #1a3972;
    --theme-primary-3:          #182a54;
    --theme-primary-1-10:       rgba(25, 81, 144, .1);
    --theme-primary-2-10:       rgba(26, 57, 114, .1);
    --theme-primary-3-10:       rgba(24, 42, 84, .1);

    --theme-secondary-1:        #fe881e;
    --theme-secondary-2:        #e0711e;
    --theme-secondary-3:        #c2621e;
    --theme-secondary-1-10:     rgba(254, 136, 30, .1);
    --theme-secondary-2-10:     rgba(224, 113, 30, .1);
    --theme-secondary-3-10:     rgba(194, 98, 30, .1);

    --theme-success:            #5cb85c;
    --theme-success-2:          #428342;
    --theme-info:               #5bc0de;
    --theme-info-2:             #407188;
    --theme-warning:            #f0ad4e;
    --theme-warning-2:          #b4813e;
    --theme-danger:             #d94542;
    --theme-danger-2:           #aa3835;

    --theme-primary-is-dark:            true; /*is white text on this bakground readable?*/
    --theme-secondary-is-dark:          true; /*is white text on this bakground readable?*/
}