:root {
  --primary: #171b3d;
  --antd-wave-shadow-color: #171b3d;
  --ant-primary-color: #171b3d;
  --primaryInvertedText: #171b3d;
  --primaryHover: #94a3b8;
  --secondary: #f1f5f9;
  --secondaryText: #020617;
  --default: #171b3d;
  --primaryText: white;
  --defaultText: white;
  --warning: #d30535;
  --warningText: white;
  --error: #d30535;
  --errorText: white;
  --headerColor: #2e2d2c;
  --headerColorLight: white;
  --textColor: #2e2d2c;
  --textColorLight: #71717a;
  --pageBackground: #f9fafb;
  --itemBackground: #fff;
  --basketBackground: #f6f6f6;
  --basketItemBackground: #f6f6f6;
  --selectedBasketItemBackground: #c9dded;
  --rangeCalenderOccupied: #d30535;
  --panelBackground: #d30535;
  --panelBackgroundText: #171b3d;
  --cookieConsent: #ff9900;
  --cookieConsentText: white;
  --gridTextHeight: 220px;
  --borderColor: #e4e4e7;
  --shadow: rgba(0, 0, 0, 0.04) 0px 3px 5px;
}
