:root {
  --bg: #ffffff;
  --text: #0a0a0a;
  --muted: #6b7280;
  --border: #e5e7eb;
  --brand: #111827;
  --wrap: min(1200px, 94vw);
  --radius: 14px;
}

/* Dark theme variables */
:root[data-theme="dark"] {
  --bg: #0b0f14;
  --text: #e6e6e6;
  --muted: #9aa4b2;
  --border: #1f2937;
  --brand: #2563eb;
}
