:root {
  --bg: #08100e;
  --surface: #111916;
  --surface-2: #151f1b;
  --line: rgba(190, 211, 201, 0.18);
  --line-strong: rgba(118, 228, 170, 0.52);
  --green: #55e695;
  --green-soft: #d5f5e2;
  --blue-soft: #9ad7f5;
  --text: #f5f7f6;
  --muted: #b6c1bc;
  --danger: #ff7f8f;
}
