/* Inferred from the supplied Happy Matchbox references. */
:root {
  color-scheme: dark;
  --c-base: #050505;
  --c-rear: #1D1D1D;
  --c-plane: #353535;
  --c-graphite: #686868;
  --c-muted: #A5A5A2;
  --c-text: #F4EFE6;
  --c-signal: #E4321B;
  --line: rgb(244 239 230 / 0.24);
  --line-strong: rgb(244 239 230 / 0.58);
  --font-display: Manrope, "Helvetica Neue", Arial, sans-serif;
  --font-mono: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
  --space-1: 0.5rem;
  --space-2: 0.75rem;
  --space-3: 1rem;
  --space-4: 1.5rem;
  --space-5: 2rem;
  --space-6: clamp(2rem, 5vw, 4rem);
}
