:root {
    --dgw--button-primary-bg: #f15d21;
    --dgw--button-primary-color: #fff;
    --dgw--button-primary-rounded: 8px;
    --dgw--button-primary-fontWeight: 700;
    --dgw--button-primary-hover-bg: #f47d4d;
    --dgw--button-primary-hover-color: #fff;
    --dgw--button-primary-disabled-bg: #CCCCCC;
    --dgw--button-primary-disabled-color: #fff;
    --dgw--button-hollow-bg: #fff;
    --dgw--button-hollow-border: #f15d21;
    --dgw--button-hollow-color: #f15d21;
    --dgw--button-hollow-hover-bg: #f15d21;
    --dgw--button-hollow-hover-border: #f15d21;
    --dgw--button-hollow-hover-color: #fff;
    --dgw--button-hollow-disabled-bg: #CCCCCC;
    --dgw--button-hollow-disabled-color: #808080;
    --dgw--button-text-color: #f15d21;
    --dgw--button-text-hover-color: #f47d4d;
    --dgw--button-checkbox-color: #fff;
    --dgw--button-checkbox-borderRadius: 4px;
    --dgw--button-size-xs-gap: 12px;
    --dgw--button-size-xs-h: 32px;
    --dgw--button-size-xs-px: 24px;
    --dgw--button-size-sm-gap: 12px;
    --dgw--button-size-sm-h: 48px;
    --dgw--button-size-sm-px: 24px;
    --dgw--button-size-md-gap: 12px;
    --dgw--button-size-md-h: 56px;
    --dgw--button-size-md-px: 24px;
    --dgw--button-size-lg-gap: 16px;
    --dgw--button-size-lg-h: 64px;
    --dgw--button-size-lg-px: 32px;
    --dgw--button-size-xl-gap: 16px;
    --dgw--button-size-xl-h: 72px;
    --dgw--button-size-xl-px: 32px;
    --dgw--color-primary100: lightblue;
    --dgw--color-primary500: #f15d21;
    --dgw--color-primary900: #f47d4d;
    --dgw--color-success100: #E2F8F6;
    --dgw--color-success500: #12DAA8;
    --dgw--color-warning100: #FFFAE6;
    --dgw--color-warning500: #F1D876;
    --dgw--color-error500: #E5395C;
    --dgw--color-error900: #830011;
    --dgw--color-neutral50: #F2F2F2;
    --dgw--color-neutral100: #E5E5E5;
    --dgw--color-neutral200: #CCCCCC;
    --dgw--color-neutral500: #808080;
    --dgw--color-neutral600: #666666;
    --dgw--color-neutral800: #333333;
    --dgw--color-neutral900: #1A1A1A;
    --dgw--color-white: #fff;
    --dgw--color-black: #000;
    --dgw--color-secondary: #066020;
    --dgw--color-brand100p: #f15d21;
    --dgw--color-brand80p: #f47d4d;
    --dgw--color-brand30p: #fbcebc;
    --dgw--color-brand8p: #fef2ed;
    --dgw--color-brandHighlight: #fef2ed;
    --dgw--container-containerMaxW: 888px;
    --dgw--input-bg: #fff;
    --dgw--input-border: 1px solid #E5E5E5;
    --dgw--input-rounded: 8px;
    --dgw--input-focus-borderColor: #1A1A1A;
    --dgw--input-label-color: #666666;
    --dgw--input-paddingLeft: 10px;
    --dgw--input-size-xs-gap: 12px;
    --dgw--input-size-xs-h: 48px;
    --dgw--input-size-xs-px: 10px;
    --dgw--input-size-sm-gap: 12px;
    --dgw--input-size-sm-h: 56px;
    --dgw--input-size-sm-px: 10px;
    --dgw--input-size-md-gap: 12px;
    --dgw--input-size-md-h: 64px;
    --dgw--input-size-md-px: 10px;
    --dgw--mapClusterMarker-0-bg: #f7a381;
    --dgw--mapClusterMarker-0-bg85Opacity: #f7a381d9;
    --dgw--mapClusterMarker-0-border: 1px #808080 solid;
    --dgw--mapClusterMarker-0-color: #1A1A1A;
    --dgw--mapClusterMarker-1-bg: #f15d21;
    --dgw--mapClusterMarker-1-bg85Opacity: #f15d21d9;
    --dgw--mapClusterMarker-1-border: 1px #CCCCCC solid;
    --dgw--mapClusterMarker-1-color: #fff;
    --dgw--surface-bg: #fff;
    --dgw--surface-border: 1px solid #E5E5E5;
    --dgw--surface-rounded: 12px;
    --dgw--surface-selected-bg: #fef2ed;
    --dgw--surface-selected-border: 1px solid #fbcebc;
    --dgw--surface-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.04);
    --dgw--text-color: #1A1A1A;
    --dgw--text-fontFamily: "Open Sans",Helvetica,sans-serif;
    --dgw--text-fontSize: 16px;
    --dgw--text-lineHeight: 28px;
    --dgw--text-heading-fontWeight: 700;
    --dgw--text-size-base-xs-fontSize: 13px;
    --dgw--text-size-base-xs-lineHeight: 22px;
    --dgw--text-size-base-sm-fontSize: 15px;
    --dgw--text-size-base-sm-lineHeight: 24px;
    --dgw--text-size-base-md-fontSize: 17px;
    --dgw--text-size-base-md-lineHeight: 28px;
    --dgw--text-size-base-lg-fontSize: 20px;
    --dgw--text-size-base-lg-lineHeight: 32px;
    --dgw--text-size-base-display-sm-fontSize: 20px;
    --dgw--text-size-base-display-sm-lineHeight: 32px;
    --dgw--text-size-base-display-md-fontSize: 24px;
    --dgw--text-size-base-display-md-lineHeight: 34px;
    --dgw--text-size-base-display-lg-fontSize: 28px;
    --dgw--text-size-base-display-lg-lineHeight: 40px;
    --dgw--text-size-base-display-xl-fontSize: 34px;
    --dgw--text-size-base-display-xl-lineHeight: 48px;
    --dgw--text-size-desktop-xs-fontSize: 13px;
    --dgw--text-size-desktop-xs-lineHeight: 22px;
    --dgw--text-size-desktop-sm-fontSize: 15px;
    --dgw--text-size-desktop-sm-lineHeight: 24px;
    --dgw--text-size-desktop-md-fontSize: 17px;
    --dgw--text-size-desktop-md-lineHeight: 34px;
    --dgw--text-size-desktop-lg-fontSize: 20px;
    --dgw--text-size-desktop-lg-lineHeight: 38px;
    --dgw--text-size-desktop-display-xs-fontSize: 24px;
    --dgw--text-size-desktop-display-xs-lineHeight: 32px;
    --dgw--text-size-desktop-display-sm-fontSize: 33px;
    --dgw--text-size-desktop-display-sm-lineHeight: 40px;
    --dgw--text-size-desktop-display-md-fontSize: 40px;
    --dgw--text-size-desktop-display-md-lineHeight: 56px;
    --dgw--text-size-desktop-display-lg-fontSize: 50px;
    --dgw--text-size-desktop-display-lg-lineHeight: 64px;
    --dgw--text-size-desktop-display-xl-fontSize: 60px;
    --dgw--text-size-desktop-display-xl-lineHeight: 72px;
    --dgw--modal-rounded: 16px;
    --dgw--zIndex-appBar: 1100;
    --dgw--zIndex-modal: 1300;
    --dgw--zIndex-snackbar: 1400;
    --dgw--zIndex-tooltip: 1500;
    --dgw--addressTitle-text-fontSize: 24px;
    --dgw--addressTitle-text-lineHeight: 28px;
    --dgw--addressTitle-marginBottom-marginTop: 0;
    --dgw--addressTitle-marginBottom-marginLeft: 0;
    --dgw--addressTitle-marginBottom-marginRight: 0;
    --dgw--addressTitle-marginBottom-marginBottom: 0;
}