:root {
    --brand-primary: #5b8f22;
    --brand-secondary: rgba(91, 143, 34, 0.1);
    --brand-primary-winter: #505f82;
    --brand-secondary-winter: rgba(80, 90, 130, 0.1);
    --booking-btn-primary: #7e1a36;
    --booking-btn-primary-hover: rgba(126, 26, 54, 0.80);
}

.DSIbe, #dsIbeWidget {
    --primary-color: #5b8f22;
    --secondary-color: #5b8f22;
    --detail-bg-color: rgba(91, 143, 34, 0.4);
    --primary-color-hover: rgba(91, 143, 34, 0.75);
    --tertiary-color: rgba(91, 143, 34, 0.75);
    --primary-color-light: rgba(91, 143, 34, 0.1);
}

.theme-winter .DSIbe, .theme-winter #dsIbeWidget {
    --primary-color: #505f82;
    --secondary-color: #505f82;
    --detail-bg-color: rgba(80, 90, 130, 0.4);
    --tertiary-color: rgba(80, 90, 130, 0.75);
    --primary-color-hover: rgba(80, 90, 130, 0.75);
    --primary-color-light: rgba(80, 90, 130, 0.1);
}
