:root {
  --bg: #0c0907;
  --bg-soft: #15100b;
  --surface: #1a130d;
  --surface-raised: #271c12;
  --gold: #c7a96e;
  --gold-bright: #ecd49b;
  --gold-muted: #806b49;
  --parchment: #dfc38a;
  --ink: #2f1c11;
  --text: #eadfc9;
  --text-muted: #a79678;
  --border: rgba(216, 184, 124, .19);
  --shadow: 0 24px 60px rgba(0, 0, 0, .42);
  --sidebar-width: 264px;
  --radius: 12px;
  --ease: cubic-bezier(.2, .8, .2, 1);
}
