:root {
  --bg: #0f1115;
  --surface: #171b22;
  --surface-2: #1f2530;
  --text: #f4f6fb;
  --muted: #b7bfce;
  --primary: #E07A5F;
  --primary-contrast: #101218;
  --border: rgba(255, 255, 255, 0.08);
}

[data-theme="light"] {
  --bg: #f7f8fa;
  --surface: #ffffff;
  --surface-2: #f1f3f8;
  --text: #181c24;
  --muted: #5b6372;
  --primary: #F4A261;
  --primary-contrast: #ffffff;
  --border: rgba(0, 0, 0, 0.08);
}

