{
  "$schema": "https://schemas.tokenstudio.io/design-tokens.json",
  "$metadata": {
    "name": "Talentix Brand Tokens",
    "version": "7.0",
    "date": "2026-05-12",
    "source": "https://brand.talentix.ai"
  },
  "color": {
    "foundation": {
      "dark":   { "$value": "#1E1B2E", "$type": "color", "$description": "Primary background, 70-80% of layout" },
      "depth":  { "$value": "#2A2640", "$type": "color", "$description": "Secondary background" },
      "canvas": { "$value": "#FAFAFA", "$type": "color", "$description": "Light page background" },
      "white":  { "$value": "#FFFFFF", "$type": "color", "$description": "Pure white surfaces" }
    },
    "signal": {
      "blueprint": { "$value": "#2E61E1", "$type": "color", "$description": "Module 01 · Direction" },
      "scout":     { "$value": "#7D3CED", "$type": "color", "$description": "Module 02 · Intelligence" },
      "reach":     { "$value": "#BF27D2", "$type": "color", "$description": "Module 03 · Activity" },
      "meet":      { "$value": "#EB77FF", "$type": "color", "$description": "Module 04 · Human" }
    },
    "support": {
      "soft":    { "$value": "#E9D5FF", "$type": "color", "$description": "Gentle accent, hover states" },
      "neutral": { "$value": "#A1A1AA", "$type": "color", "$description": "Secondary text on dark" },
      "gray":    { "$value": "#6B7280", "$type": "color", "$description": "Body copy on light, metadata" },
      "rule":    { "$value": "#E5E5EA", "$type": "color", "$description": "Card borders, hairlines" }
    }
  },
  "font": {
    "display": {
      "$value": "Neue Haas Display, Helvetica Neue, Arial, sans-serif",
      "$type": "fontFamily",
      "$description": "Neue Haas Grotesk Display Pro · for H1, H2, H3, large display"
    },
    "body": {
      "$value": "Manrope, Helvetica Neue, Arial, sans-serif",
      "$type": "fontFamily",
      "$description": "For body, supporting copy, captions, UI"
    }
  },
  "fontWeight": {
    "thin":     { "$value": 100, "$type": "fontWeight" },
    "extraThin":{ "$value": 200, "$type": "fontWeight" },
    "light":    { "$value": 300, "$type": "fontWeight" },
    "roman":    { "$value": 400, "$type": "fontWeight" },
    "medium":   { "$value": 500, "$type": "fontWeight" },
    "bold":     { "$value": 700, "$type": "fontWeight" },
    "black":    { "$value": 900, "$type": "fontWeight" }
  },
  "radius": {
    "sm":   { "$value": "6px",   "$type": "dimension" },
    "md":   { "$value": "10px",  "$type": "dimension" },
    "lg":   { "$value": "14px",  "$type": "dimension" },
    "xl":   { "$value": "18px",  "$type": "dimension" },
    "2xl":  { "$value": "22px",  "$type": "dimension" },
    "full": { "$value": "9999px","$type": "dimension" }
  },
  "modules": [
    { "id": "blueprint", "num": "01", "name": "Blueprint", "color": "#2E61E1", "role": "Direction",    "pos": "Top-left" },
    { "id": "scout",     "num": "02", "name": "Scout",     "color": "#7D3CED", "role": "Intelligence", "pos": "Top-right" },
    { "id": "reach",     "num": "03", "name": "Reach",     "color": "#BF27D2", "role": "Activity",     "pos": "Bottom-left" },
    { "id": "meet",      "num": "04", "name": "Meet",      "color": "#EB77FF", "role": "Human",        "pos": "Bottom-right" }
  ]
}
