:root {
  --bg: #fbfafc;
  --panel: rgba(255, 255, 255, 0.9);
  --ink: #0f1728;
  --muted: #556174;
  --line: rgba(15, 23, 40, 0.08);
  --shadow: 0 24px 80px rgba(24, 42, 74, 0.12);
  --accent: #9b3d7f;
  --accent-2: #0b8fc8;
  --radius: 28px;
  --display-font: Georgia, "Times New Roman", serif;
  --button-shadow: 0 14px 28px rgba(11, 143, 200, 0.22);
  --panel-strong: rgba(255, 255, 255, 0.94);
}
