:root[data-theme="atlas"] {
  --page: #f5f8fc;
  --surface: #ffffff;
  --surface-soft: #edf4ff;
  --text: #14213d;
  --muted: #52627a;
  --line: #d9e2ef;
  --primary: #2457d6;
  --primary-hover: #173fa8;
  --accent: #0f9f8f;
  --focus: #2563eb;
  --danger: #c2413b;
  --shadow: 0 22px 60px rgb(30 64 175 / 10%);
}
