{
  "$schema": "https://velocityS.ai/brand-tokens.schema.json",
  "name": "velocityS.ai Brand Tokens",
  "version": "1.0.0",
  "note": "Authoritative brand values. Mirror of brand-tokens.css. Never substitute a different blue/purple.",
  "color": {
    "primitives": {
      "ink":          { "hex": "#0A0C14", "role": "Primary dark background; body text on light" },
      "surface":      { "hex": "#141824", "role": "Raised panels / cards on dark" },
      "violet":       { "hex": "#6E56F7", "role": "Primary accent — intelligence" },
      "cyan":         { "hex": "#22D3EE", "role": "Secondary accent — speed" },
      "mist":         { "hex": "#9AA3BD", "role": "Utility grey for fills/graphics — never text (muted text on dark is #A4AEC6)" },
      "paper":        { "hex": "#F4F7FF", "role": "Primary text on dark" },
      "tint":         { "hex": "#F1F0FE", "role": "Light violet fill on light surfaces" },
      "mutedOnWhite": { "hex": "#5B6478", "role": "Muted text on white" },
      "line":         { "hex": "#E2E8F0", "role": "Hairline borders on light" }
    },
    "extended": {
      "violetSoft": "#9B8AFA",
      "cyanSoft":   "#67E8F9",
      "violetDeep": "#4338CA",
      "cyanDeep":   "#0E7490"
    },
    "chartSequence": ["#6E56F7", "#22D3EE", "#9B8AFA", "#67E8F9", "#4338CA", "#0E7490"]
  },
  "gradient": {
    "velocityStreak": "linear-gradient(115deg, #6E56F7 0%, #22D3EE 100%)",
    "rule": "Signature element — spend it once per surface. Never a full-page wash or edge stripe."
  },
  "typography": {
    "display": { "family": "Space Grotesk", "weights": [500, 700], "tracking": "-2% to -3%" },
    "body":    { "family": "Inter", "weights": [400, 500, 600] },
    "mono":    { "family": "JetBrains Mono", "weights": [400, 500], "use": "eyebrows, labels, code, data" }
  },
  "textScaleOnDark": {
    "note": "Body copy must read crisply on Ink. Mist is for captions/labels only — never primary reading text. This corrects an earlier faintness issue.",
    "primary":  { "hex": "#F4F7FF", "use": "headings, emphasis", "contrastOnInk": "18.2:1" },
    "body":     { "hex": "#D3D9E8", "use": "paragraphs / reading copy", "contrastOnInk": "13.8:1" },
    "muted":    { "hex": "#A4AEC6", "use": "captions, labels, footnotes", "contrastOnInk": "8.8:1" }
  },
  "contrast": {
    "bodyOnLight": "#0A0C14",
    "bodyOnDark":  "#D3D9E8",
    "rule": "On dark, primary body text is #D3D9E8 (not Mist). Cyan and Mist are for fills/accents/labels only — never small body text."
  },
  "microsoft365Theme": {
    "note": "Hex values (no #) for the SharePoint/Teams theme generator — see sharepoint/SHAREPOINT-SETUP-GUIDE.md",
    "themePrimary": "6E56F7",
    "neutralDark":  "0A0C14",
    "white":        "FFFFFF"
  }
}
