:root {
    /* ============================================================ */
    /* Branding */
    /* ============================================================ */
    /* Header */
    /* ============================================================ */
    --iris-header-logo-width-largeScreen                : 6rem;
    --iris-header-height-largeScreen                    : 6rem;
    --iris-header-height-on-scroll-largeScreen          : 4rem;
    --iris-header-logo-horizontal-alignment-onscroll-largeScreen: center;

    --iris-header-nav-underline                         : #E30075;
    --iris-header-nav-underline-largeScreen             : #E30075;

    /* ============================================================ */
    /* Primary colors */
    /* ============================================================ */
    --iris-primary-color                                : #0074A7; /* Required */
    --iris-primary-font-color                           : #0074A7; /* Required | AA ✓ Background #E3E6E8 */

    --iris-primary-header-color                         : #E30075;
    --iris-primary-header-color-foreground              : #ffffff;

/*    !* ======================= Optional =========================== *!*/
/*    !* Buttons *!*/
    --iris-primary-button-color-foreground              : #ffffff; /* AA ✓ */
/*    !* ====================== End optional ========================= *!*/

      --iris-content-fullwidth-container-background-color : #f7f7f7;

/*    !* ============================================================ *!*/
/*    !* Secondary colors *!*/
/*    !* ============================================================ *!*/
    --iris-secondary-color                              : #E30075; /* Required */
    --iris-secondary-font-color                         : #ffffff; /* Required | AA ✓ Background #E3E6E8 */

/*    !* ============================================================ *!*/
/*    !* Teams colors *!*/
/*    !* ============================================================ *!*/
    --iris-teams-color                                  : #492E90; /* Required */
    --iris-teams-font-color                             : #492E90; /* Required | AA ✓ Background #E3E6E8 */

/*    !* ============================================================ *!*/
/*    !* Toolbox *!*/
/*    !* ============================================================ *!*/
/*    !* Base state *!*/
    --iris-toolbox-nav-primary-color                    : #E30075;

/*    !* Hover state *!*/
    --iris-toolbox-nav-hover-background                 : #BF0063;

/*    !* Active state *!*/
    --iris-toolbox-nav-active-background                : #b1005c;

/*    !* ============================================================ *!*/
/*    !* Color palette foreground colors AA ✓ *!*/
/*    !* ============================================================ *!*/
/*    !* Primary color *!*/
    --iris-primary-color-200-foreground                 : #000000;
    --iris-primary-color-500-foreground                 : #000000;
    --iris-primary-color-600-foreground                 : #ffffff;

/*    !* Secondary color *!*/
    --iris-secondary-color-500-foreground               : #ffffff;

/*    !* Teams color *!*/
    --iris-teams-color-200-foreground                   : #000000;
    --iris-teams-color-300-foreground                   : #000000;
    --iris-teams-color-400-foreground                   : #000000;
    --iris-teams-color-500-foreground                   : #ffffff;
    --iris-primary-color-foreground                     : #ffffff;

}
