/* Final palette: Lilas — soft, celebratory, and unmistakably purple. */
:root {
  --page-bg: #f8f3f9 !important;
  --light: #fefaff !important;
  --light-alt: #eee2f0 !important;
  --paper: #fffdfd !important;
  --paper-warm: #fefaff !important;
  --stone: #dfcfe1 !important;
  --graphite: #2e2032 !important;
  --graphite-soft: #413047 !important;
  --steel: #5d4a63 !important;
  --ink: #302234 !important;
  --ink-soft: #705d75 !important;
  --ink-muted: #917d95 !important;
  --white: #fffdfd !important;
  --violet: #8a579b !important;
  --violet-deep: #e2bce9 !important;
  --violet-bg: #794687 !important;
  --violet-bg-hover: #9260a0 !important;
  --violet-hover: #9260a0 !important;
  --violet-on-dark: #f1d9f4 !important;
  --violet-light: #f1d9f4 !important;
  --violet-soft: rgba(138, 87, 155, .15) !important;
  --violet-border: rgba(138, 87, 155, .4) !important;
  --violet-border-light: rgba(241, 217, 244, .55) !important;
  --line: rgba(48, 34, 52, .14) !important;
  --line-strong: rgba(48, 34, 52, .28) !important;
  --line-invert: rgba(255, 253, 253, .18) !important;
  --shadow: 0 18px 48px rgba(61, 34, 65, .11) !important;
  --shadow-strong: 0 28px 68px rgba(61, 34, 65, .18) !important;
}
