:root {
  --accent-hue: 140;
}
.chroma {
  background: oklch(from var(--body-bg) l 0.02 h);
}
.flex-row {
  display: flex;
}
aside.note {
  background: var(--chrome-bg);
  padding: 1em 2ch;
}
