/* Default theme - Common variables used across all themes */
/* These act as fallbacks and can be overridden by dark.theme.css or light.theme.css */
:root{
    /* brand colors */
    --Birkenstock                                    : #001489;
    --Bath-and-Body                                  : #1A1A1A;
    /* Status colors - common across all themes */
    --info-bg-100                                         : 28, 139, 247;
    --warning-bg-100                                      : 238, 149, 40;
    --error-bg-100                                        : 255, 96, 96;
    --success-bg-100                                      : 69, 199, 103;
    --in-progress-bg-100                                  : 252, 244, 199;
    --in-progress-text                                    : 149, 111, 14;

    /* Common icon colors */
    --helpline-icon-color                                 : #ffffff;
    --disable-icon-color                                  : #FF6347;
    --timeline-description-text               : #B1B1B1;
    --package-tile-nav-arrow-color: #1A1A1A;
    --package-tile-nav-arrow-color-rgb: 26, 26, 26;
    --package-tile-arrow-color                    : #757575;
    --package-tile-arrow-color-rgb                    : 117, 117, 117;

    /* button color */

    --bathBody-landing-btn: var(--Bath-and-Body);
    --birkenstocke-landing-btn: var(--Birkenstock);

 
}