/* TopManager FO theme: Mocha (warm brown + taupe + teal).
   Token-based theme - overrides only the --tm-* design tokens under html.mocha. */
html.mocha {
  --tm-primary: #6d4c41;
  --tm-primary-dark: #4e342e;
  --tm-primary-light: #a1887f;
  --tm-secondary: #bcaaa4;
  --tm-secondary-dark: #8d6e63;
  --tm-secondary-light: #efebe9;
  --tm-accent: #26a69a;
  --tm-accent-dark: #00897b;
  --tm-accent-light: #80cbc4;
  --tm-body-bg: #f6f1ee;
  --tm-border: #ddd0c8;
  --tm-footer-bg: #3e2723;
  --tm-anchor: #6d4c41;
  --tm-anchor-hover: #4e342e;
}
