/* Default theme — light, clean */
/* Variables only. All component styles come from base.css */
:root {
  --bg: #ffffff;
  --fg: #181818;
  --border: #e0e0e0;
  --muted: #6b7280;
  --accent: #2563eb;
  --accent-hover: #1d4ed8;
  --preview-bg: #fafafa;
  --code-bg: #f3f4f6;
  --code-fg: #111827;
  --blockquote-border: #d1d5db;
  --blockquote-bg: #f9fafb;
  --table-stripe: #f9fafb;
  --table-border: #e5e7eb;
}
