/* MisafyAI color system — single brand family: wine → rose. */
:root {
  /* ---- Brand scale: Wine ---- */
  --wine-950: #16080b;
  --wine-900: #2a1015;
  --wine-800: #4a1825;
  --wine-700: #642234;
  --wine-600: #7e2d40; /* primary on light */
  --wine-500: #9c4257;
  --wine-400: #ba6076;
  --wine-300: #d98aa0; /* accent / primary on dark */
  --wine-200: #ecc2cf;
  --wine-100: #f6e6eb;
  --wine-50:  #fbf3f5;

  /* ---- Semantic brand aliases ---- */
  --primary: #7e2d40;
  --primary-foreground: #ffffff;
  --accent: #d98aa0;             /* rose accent */
  --accent-foreground: #16080b;
  --accent-tint: #f6e6eb;        /* rose tint surface for hover/highlight */
  --ring: #7e2d40;

  /* ---- Warm neutrals ---- */
  --background: #f7f3f2;         /* warm light page */
  --surface-card: #ffffff;
  --foreground: #241c1e;         /* warm ink */
  --muted-foreground: #6b5f62;
  --faint-foreground: #9a8e90;
  --border: #ece4e4;
  --border-strong: #d6cccd;

  /* ---- Dark surfaces (for social / hero / dark sections) ---- */
  --dark-bg: #16080b;
  --dark-card: #231418;
  --dark-foreground: #f6edef;
  --dark-muted: #cdbcc0;
  --dark-faint: #b9a7ab;

  /* ---- Chart ramp: wine → rose ---- */
  --chart-1: #642234;
  --chart-2: #9c4257;
  --chart-3: #ba6076;
  --chart-4: #d98aa0;
  --chart-5: #ecc2cf;
}
