/*
 * ============================================================
 * Golden Touch Services — THEME COLOURS
 * ============================================================
 * Edit these variables to re-brand the whole panel. No build
 * step needed — this file loads after the compiled stylesheet
 * and overrides its colour tokens at runtime.
 *
 * "brand" drives buttons, links, focus rings, the sidebar
 * active state and the auth page side panel.
 * ============================================================
 */

:root {
  /* Brand palette — default: Golden Touch gold */
  --color-brand-25: #fefcf3;
  --color-brand-50: #fdf8e7;
  --color-brand-100: #faedc4;
  --color-brand-200: #f5dc8c;
  --color-brand-300: #eec74f;
  --color-brand-400: #e3b125;
  --color-brand-500: #d4a017;   /* primary buttons / links */
  --color-brand-600: #b58211;   /* hover state */
  --color-brand-700: #916310;
  --color-brand-800: #784f14;
  --color-brand-900: #664216;
  --color-brand-950: #3b2508;   /* auth page dark side panel */

  /* Status colours (alerts, badges) — change only if needed */
  --color-success-500: #12b76a;
  --color-error-500: #f04438;
  --color-warning-500: #f79009;
}
