/* 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);
    --input-border-color                         : #707070;



     /* landing-page-lighttheme */
    --content-bg-color: #F7F7F7;
    --footer-border-color: #E9E9E9;
    --footer-bg-color: #FFFFFF;
    --btn-bg-color: #1A1A1A;
    --btn-line-color: #707070;

    /* table-lighttheme */

    --table-title-bg: #FFFFFF;
    --table-th-bg: #F7F7F7;
    --table-border: #E9E9E9;
    --table-td-bg: #FFFFFF;


    --icon-wrap: #707070;
    --check-box-border: #757575;
    --check-box-selected-bg: #000000;
}