:root {
  color-scheme: light;
  --ink: #07111d;
  --ink-soft: #132335;
  --paper: #f4f6f3;
  --paper-bright: #fbfcf9;
  --line: #ced6d2;
  --muted: #5d6a73;
  --blue: #0969f3;
  --blue-bright: #4aa3ff;
  --green: #09c77e;
  --green-deep: #087b55;
  --white: #ffffff;
  --shadow: 0 24px 70px rgb(7 17 29 / 12%);
}
