/* TopManager FO theme: Ocean (deep sea blue + teal).
   Token-based theme - overrides only the --tm-* design tokens under html.ocean;
   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 = "Ocean"). */
html.ocean {
  --tm-primary: #0277bd;
  --tm-primary-dark: #01579b;
  --tm-primary-light: #4fc3f7;
  --tm-secondary: #00acc1;
  --tm-secondary-dark: #00838f;
  --tm-secondary-light: #80deea;
  --tm-accent: #ff7043;
  --tm-accent-dark: #e64a19;
  --tm-accent-light: #ffab91;
  --tm-body-bg: #eef5fb;
  --tm-border: #b8d4e8;
  --tm-footer-bg: #013a5c;
  --tm-anchor: #0277bd;
  --tm-anchor-hover: #01579b;
}
