:root {
  --bg: #fafafa;
  --fg: #1d1d1f;
  --muted: #6e6e73;
  --accent: #0071e3;
  --border: #d2d2d7;
  --surface: #ffffff;
  --on-accent: #ffffff;
  --error: #ff3b30;
  --success: #34c759;
  --radius: 12px;
}
