/* Colour swatch: Amber (gold → orange) — light accent, dark text on it */
html[data-admin-swatch="amber"],
#sgen-admin-front-bubble-wrap[data-admin-swatch="amber"] {
  --tk-bg-h: 30; --tk-bg-s: 24%;
  --tk-surface-h: 32; --tk-surface-s: 20%;
  --tk-text-h: 35; --tk-text-s: 12%;
  --tk-accent-h: 38; --tk-accent-s: 95%; --tk-accent-l: 55%;
  --tk-accent2-h: 22; --tk-accent2-s: 90%; --tk-accent2-l: 55%;
  --tk-elev-h: 30;
  --primary-rgb: 249, 169, 31; --accent-rgb: 249, 169, 31;
  --primary-foreground: hsl(35 80% 10%); --accent-foreground: hsl(35 80% 10%);
  --sidebar-background: hsl(30 28% 5%); --sidebar-accent: hsl(30 22% 11%);
}
