/* Meridian Wire — shared craft-v3 tokens (Owner Floor / Wire Room) */
:root {
  --mw-void: #050505;
  --mw-void-2: #0a0a0a;
  --mw-card: #111114;
  --mw-card-2: #16161a;
  --mw-text: #f4f4f5;
  --mw-muted: #8a8a93;
  --mw-dim: #5c5c66;
  --mw-line: rgba(255, 255, 255, 0.055);
  --mw-hair: rgba(255, 255, 255, 0.07);
  --mw-green: #3dcf8e;
  --mw-red: #e85d6a;
  --mw-blue: #6ea8ff;
  --mw-amber: #d4a84b;
  --mw-radius: 22px;
  --mw-radius-sm: 14px;
  --mw-serif: "Instrument Serif", "Newsreader", Georgia, "Times New Roman", serif;
  --mw-sans: "Geist", Inter, "SF Pro Text", system-ui, -apple-system, sans-serif;
  --mw-shadow: 0 24px 80px rgba(0, 0, 0, 0.45), 0 2px 0 rgba(255, 255, 255, 0.02) inset;
  --mw-theme: #050505;
}
