:root {
  --bg: #ffffff;
  --fg: #1a1a1a;
  --muted: #8a8a8a;
  --border: #e6e6e4;
  --code-bg: #f5f5f4;
  --accent: #b45309;
}

html { color-scheme: light; }
