:root,
html[data-theme=light] {
  --bg: #e9e9e9;
  --surface: #ffffff;
  --ink: #132033;
  --muted: #575e6d;
  --line: #dbe7f1;
  --primary: #0b3f98;
  --secondary: #02a8ad;
  --accent: #d9a441;
  --success: #11c78d;
  --danger: #f74556;
  --shadow: 0 9px 22px rgba(23, 32, 51, .08)
}

html[data-theme=light] body {
  background: var(--bg)
}
