:root {
  --bg: #f3f1ec;
  --panel: #fffefb;
  --panel-soft: #ebe8e0;
  --ink: #212120;
  --muted: #76736b;
  --line: #dedbd2;
  --brand: #7f7659;
  --brand-dark: #5f5843;
  --brand-soft: #e7e2d5;
  --success: #65745d;
  --warning: #a47745;
  --danger: #9c5a4e;
  --shadow: 0 12px 36px rgba(47, 43, 34, 0.07);
  --font-body: "Inter", sans-serif;
  --font-heading: "Montserrat", sans-serif;
  --font-editorial: "Cormorant", serif;
}
