/* Dark Theme */
:root {
  --bg:          #111110;
  --bg-1:        #1b1b19;
  --bg-2:        #252521;
  --text:        #ede9e1;
  --muted:       #88847e;
  --border:      #2e2e2a;
  --muted-strong:#f1ece4;
  --accent:      #ff5427;
  --accent-fg:   #111110;
  --font-sans:   "Times New Roman", Times, serif;
  --font-mono:   "Times New Roman", Times, serif;
  --radius:      4px;
  --shadow-1:    0 1px 3px rgba(0,0,0,0.2);
  --shadow-2:    0 2px 8px rgba(0,0,0,0.3);
  /* Legacy aliases */
  --bg-0:        #111110;
  --ring:        #2e2e2a;
  --accent-contrast: #111110;
  --tint-peach:  #f6c7a6;
  --tint-blue:   #b7d0ff;
  --tint-rose:   #ffc7d6;
}
