/* moshcode.sh design tokens.
   The brand is poison lime on black — the same accent moshcoding has used for
   every parked page (#9EF01A). The site is dark only, on purpose: it is the
   home page for a terminal. */
:root {
  color-scheme: dark;

  --lime: #9ef01a;
  --lime-dim: #7cbd16;
  --lime-glow: rgba(158, 240, 26, 0.16);

  --bg: #0a0a0a;
  --bg-alt: #0d0d0d;
  --panel: #101112;
  --panel-2: #141517;
  --line: #1f2123;
  --line-soft: #17191a;

  --ink: #ececec;
  --ink-2: #b9bcbd;
  --muted: #7f8486;
  --warn: #ffb020;

  --mono: ui-monospace, "SF Mono", "JetBrains Mono", "Fira Code", Menlo, Consolas,
    "Liberation Mono", monospace;
  --sans: system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;

  --wrap: 1120px;
  --gutter: 16px;
  --radius: 10px;
  --radius-lg: 14px;
}
