:root {
    /* ============================================================ */
    /* Branding */
    /* ============================================================ */

    /* ============================================================ */
    /* Header */
    /* ============================================================ */
    --iris-header-logo-width-largeScreen                : 16.5rem;

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

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

    /* ======================= Optional =========================== */
    --iris-primary-button-hover-color                   : #E47818;
    /*--iris-primary-button-hover-color-foreground        : #000000; !* AA ✓ *!*/

    --iris-content-heading-sub-font-color                 : #585452;
    /* ====================== End optional ========================= */

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

    /* ============================================================ */
    /* Teams colors */
    /* ============================================================ */
    --iris-teams-color                                  : #9c9897; /* Required */
    --iris-teams-font-color                             : #585452; /* Required | AA ✓ Background #E3E6E8 */

    /* ======================= Optional =========================== */
    /* Links */
    --iris-teams-link-color                             : #585452; /* AA ✓

    /* Forms */
    /*--iris-teams-form-hover-color                     : #9c9897; !* AA ✓ */

    /* Buttons */
    --iris-teams-button-font-color                      : #585452; /* AA ✓ */
    --iris-teams-button-color                           : #717170;
    --iris-teams-button-color-foreground                : #ffffff; /* AA ✓ */
    --iris-teams-button-hover-color                     : #585452;
    --iris-teams-button-hover-color-foreground          : #ffffff; /* AA ✓ */
    /* ====================== End optional ========================= */

    /* ============================================================ */
    /* Toolbox */
    /* ============================================================ */
    /* Base state */
    --iris-toolbox-nav-primary-color                    : #585452;
    --iris-toolbox-nav-background-gradient-start        : #585452;
    --iris-toolbox-nav-background-gradient-end          : #585452;

    /* ============================================================ */
    /* Color palette foreground colors AA ✓ */
    /* ============================================================ */
    /* Primary color */
    /*--iris-primary-color-50-foreground                  : #585452;*/
    /*--iris-primary-color-100-foreground                 : #585452;*/
    /*--iris-primary-color-200-foreground                 : #585452;*/
    /*--iris-primary-color-300-foreground                 : #000000;*/
    /*--iris-primary-color-400-foreground                 : #000000;*/
    --iris-primary-color-500-foreground                 : #000000;
    /*--iris-primary-color-600-foreground                 : #000000;*/
    --iris-primary-color-700-foreground                 : #ffffff;
    /*--iris-primary-color-800-foreground                 : #ffffff;*/
    /*--iris-primary-color-900-foreground                 : #ffffff;*/
    /*--iris-primary-color-950-foreground                 : #ffffff;*/

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

    /* Teams color */
    /*--iris-teams-color-50-foreground                    : #000000;*/
    /*--iris-teams-color-100-foreground                   : #000000;*/
    /*--iris-teams-color-200-foreground                   : #000000;*/
    /*--iris-teams-color-300-foreground                   : #000000;*/
    /*--iris-teams-color-400-foreground                   : #000000;*/
    --iris-teams-color-500-foreground                   : #000000;
    /*--iris-teams-color-600-foreground                   : #000000;*/
    --iris-teams-color-700-foreground                   : #ffffff;
    /*--iris-teams-color-800-foreground                   : #ffffff;*/
    /*--iris-teams-color-900-foreground                   : #ffffff;*/
    /*--iris-teams-color-950-foreground                   : #ffffff;*/
}
