:root {
  color-scheme: light;
  --bg: #f5f5f7;
  --panel: #ffffff;
  --panel-2: #f2f2f7;
  --line: rgba(60, 60, 67, 0.14);
  --text: #1d1d1f;
  --muted: #6e6e73;
  --accent: #007aff;
  --accent-2: #0056b3;
  --ok: #248a3d;
  --warn: #b25000;
  --err: #d70015;
  --radius-sm: 12px;
  --radius: 18px;
  --radius-lg: 24px;
  --shadow: 0 1px 2px rgba(0, 0, 0, 0.03), 0 10px 32px rgba(0, 0, 0, 0.055);
  --content-width: 1240px;
}

