:root {
  --ink: #17151b;
  --charcoal: #25212a;
  --deep-plum: #3c173d;
  --plum: #562657;
  --plum-soft: #efe5ef;
  --saffron: #d98212;
  --saffron-light: #f2b84b;
  --saffron-wash: #fff0d2;
  --antique-gold: #c29a52;
  --gold-pale: #ead7ae;
  --ivory: #fbf7ee;
  --warm-white: #fffdf8;
  --sand: #eee4d3;
  --teal: #2f706d;
  --teal-light: #dcedea;
  --rose: #8b4452;
  --rose-light: #f2e3e4;
  --muted-text: #706a72;
  --border: #ded3c3;
  --white: #fff;
  --success: #297a4a;
  --warning: #a85d00;
  --error: #b42318;

  /* Compatibility aliases retained for the existing page and tool architecture. */
  --plum-950: var(--deep-plum);
  --plum-900: #451b46;
  --plum-800: var(--plum);
  --plum-700: #6b376c;
  --plum-100: var(--plum-soft);
  --navy-950: var(--ink);
  --navy-900: var(--charcoal);
  --navy-700: #4a4650;
  --navy-500: var(--muted-text);
  --saffron-700: #ad5f08;
  --saffron-600: var(--saffron);
  --saffron-500: #e69a2f;
  --saffron-100: var(--saffron-wash);
  --gold-700: #936f30;
  --gold-500: var(--antique-gold);
  --gold-200: var(--gold-pale);
  --teal-800: #245a58;
  --teal-700: var(--teal);
  --teal-500: #528b88;
  --teal-100: var(--teal-light);
  --cream-50: var(--warm-white);
  --cream-100: var(--ivory);
  --cream-200: var(--sand);
  --rose-100: var(--rose-light);
  --rose-300: #dfb7bb;
  --surface-muted: #f4efe7;

  --serif: "Source Serif 4", "Iowan Old Style", "Palatino Linotype", Georgia, serif;
  --display: "Cormorant Garamond", "Source Serif 4", Georgia, serif;
  --sans: Inter, "Source Sans 3", "Segoe UI", Arial, sans-serif;
  --devanagari: "Noto Sans Devanagari", Mangal, sans-serif;
  --shadow-sm: 0 12px 36px rgba(46, 24, 43, .09);
  --shadow-md: 0 20px 52px rgba(46, 24, 43, .14);
  --shadow-lg: 0 30px 90px rgba(27, 15, 27, .2);
  --radius-sm: 10px;
  --radius: 20px;
  --radius-lg: 32px;
  --shell: 1240px;
  --wide: 1080px;
  --article: 748px;
  --ease: cubic-bezier(.2, .75, .25, 1);
}
