//== Main Colors
//
// The Main Colors used in ILIAS along with their semantics

//** For Standard Buttons, Main color used in various places, used to be $brand-primary
$il-main-color: #4c6586 !default;
//** For Primary Buttons, used to point to interactions with a special importance, used to be $brand-secondary
$il-secondary-color: #6ea03c !default;
