/* The design tokens, mirroring apple/Sources/Design.swift name for name so the two clients
   cannot drift. Dark only, ONE accent - a second colour here is the thing not to add. */
:root {
  --bg: #0B0C0E;
  --surface: #141619;
  --line: rgba(255, 255, 255, .09);
  --text: #F0F0F0;
  --dim: #858585;
  --accent: #B7F24C;
}
