:root {
  --primary: #1677ff;
  --bg: #f5f5f5;
  --card: #ffffff;
  --border: #d9d9d9;
  --text: #262626;
  --text-secondary: #8c8c8c;
}

[data-theme="dark"] {
  --bg: #141414;
  --card: #1f1f1f;
  --border: #303030;
  --text: #ffffff;
  --text-secondary: #a6a6a6;
}
