/*
 * nometrii brand tokens — CSS custom properties.
 * Mirror of nometrii/internal/BRANDING.md (V2, locked 2026-04-21).
 * For non-React surfaces: static sites, Tailwind theme extend, CSS-in-JS bridges.
 */

:root {
  --nmt-green: #4AFA4A;
  --nmt-ink: #1a1a24;
  --nmt-surface: #242430;
  --nmt-paper: #f5f3ec;
  --nmt-purple: #321C64;
  --nmt-cream: #ECE5D5;

  --nmt-app-runout: #FD6C04;
  --nmt-app-cosine: #321C64;

  --nmt-font-mono: 'IBM Plex Mono', ui-monospace, Menlo, monospace;
  --nmt-font-body: 'Inter', system-ui, sans-serif;

  --nmt-mark-tracking: -0.04em;
  --nmt-mark-weight: 500;
}
