:root[data-theme="pure"] {
  color-scheme: light;
  --page: #f7f7f5;
  --surface: #ffffff;
  --surface-soft: #f0f0ed;
  --surface-deep: #e8e8e3;
  --text: #171717;
  --muted: #6b6b67;
  --line: #deded8;
  --primary: #111111;
  --primary-hover: #2a2a2a;
  --accent: #7c3aed;
  --focus: #7c3aed;
  --danger: #b42318;
  --shadow: 0 24px 60px rgb(0 0 0 / 7%);
}
