:root {
  --store-primary: #383B3B;
  --store-primary_hover: #2a2d2d;
  --store-secondary: #ACAAA5;
  --store-accent: #D3C9BE;
  --store-text_dark: #383B3B;
  --store-text_light: #ACAAA5;
  --store-background: #ffffff;
  --store-background_alt: #E1E2DD;
  --store-border: #D3C9BE;
  --store-success: #059669;
  --store-error: #dc2626;
  --store-cart_button_bg: #383B3B;
  --store-cart_button_color: #ffffff;
}
