/*
 * Design tokens — copied from /home/tp/code/shaolinfoundry/styles/main.css
 * (lines 8–22 at time of fork).
 *
 * If the parent site's tokens change, manually sync them here. There
 * is no automated sync — divergence is acceptable because the members
 * area is a different surface (logged-in, denser, less hero-marketing)
 * and small visual differences are fine.
 */

:root {
  --bg:          #050508;
  --bg-2:        #0c0c14;
  --bg-card:     #0f0f1a;

  --cyan:        #00ffcc;
  --magenta:     #ff2d78;
  --amber:       #ffaa00;
  --green:       #39ff14;

  --white:       #dde8e4;
  --dim:         #4a5568;
  --border:      #1a1a2e;

  --font-mono:   'Share Tech Mono', ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  --font-vt:     'VT323', 'Share Tech Mono', ui-monospace, monospace;
}
