/* TopManager FO theme: Citrus (green + yellow + orange).
   Token-based theme - overrides only the --tm-* design tokens under html.citrus;
   every component reads these tokens, so the whole storefront recolours with no
   per-selector overrides. The Default theme is unaffected (this file loads only
   when a shop's StyleTheme = "Citrus"). */
html.citrus {
  --tm-primary: #43a047;
  --tm-primary-dark: #2e7d32;
  --tm-primary-light: #a5d6a7;
  --tm-secondary: #fbc02d;
  --tm-secondary-dark: #f9a825;
  --tm-secondary-light: #fff176;
  --tm-accent: #fb8c00;
  --tm-accent-dark: #ef6c00;
  --tm-accent-light: #ffcc80;
  --tm-body-bg: #f6faf0;
  --tm-border: #d4e6c4;
  --tm-footer-bg: #1f3d1a;
  --tm-anchor: #2e7d32;
  --tm-anchor-hover: #1b5e20;
}
