{
  "$schema": "https://schemas.bridgemaker.com/tokens-v1.json",
  "name": "Bridgemaker Design Tokens",
  "version": "1.0.0",
  "updated": "2026-04-20",

  "font": {
    "display": "\"Inter Display\", \"Inter\", sans-serif",
    "body":    "\"Inter\", sans-serif",
    "mono":    "\"JetBrains Mono\", Menlo, monospace"
  },

  "type": {
    "displayXL": { "size": 128, "weight": 400, "lh": 1.00, "tracking": "-3.8px" },
    "displayL":  { "size":  96, "weight": 500, "lh": 1.05, "tracking": "-2.9px" },
    "display":   { "size":  64, "weight": 600, "lh": 1.10, "tracking": "-1.9px" },
    "h1":        { "size":  48, "weight": 600, "lh": 1.15, "tracking": "-1.2px" },
    "h2":        { "size":  32, "weight": 600, "lh": 1.25, "tracking": "-0.8px" },
    "h3":        { "size":  24, "weight": 500, "lh": 1.30, "tracking": "-0.5px" },
    "h4":        { "size":  20, "weight": 500, "lh": 1.40, "tracking": "-0.3px" },
    "body":      { "size":  16, "weight": 400, "lh": 1.60, "tracking": "0" },
    "small":     { "size":  14, "weight": 400, "lh": 1.50, "tracking": "0" },
    "caption":   { "size":  12, "weight": 400, "lh": 1.40, "tracking": "0" },
    "eyebrow":   { "size":  12, "weight": 500, "lh": 1.40, "tracking": "0.08em", "transform": "uppercase" }
  },

  "color": {
    "brand": {
      "purple":      "#6B4A94",
      "deepPlum":    "#4A2D6B",
      "lavender":    "#9070B8",
      "softPurple":  "#C4B1DC",
      "purpleTint":  "#EDE3F5",
      "lavenderOnDark": "#AF94D2",

      "berry":       "#B84A6F",
      "deepBerry":   "#8A3050",
      "dustyRose":   "#D4809A",
      "roseTint":    "#F5E0E8",

      "teal":        "#3A9E97",
      "deepTeal":    "#1D6B66",
      "softTeal":    "#7EC4BE",
      "tealTint":    "#E0F2F0",

      "sage":        "#7A8B6A",
      "deepSage":    "#4A5A3C",
      "softSage":    "#A8B89A",
      "sageTint":    "#E2E8DC"
    },
    "neutral": {
      "charcoal":  "#1C1C1E",
      "dark":      "#3D3D3A",
      "mid":       "#6B6B65",
      "soft":      "#A8A69E",
      "light":     "#918F87",
      "offWhite":  "#F5F1EB",
      "white":     "#FFFFFF"
    },
    "surface": {
      "stone":     "#E8E5DF",
      "mauve":     "#E3E0E8",
      "sage":      "#DDE4E0",
      "sand":      "#E5E0D8",
      "midStone":  "#C5C0B8",
      "midMauve":  "#B8B4C0",
      "midSage":   "#B0BCB5",
      "dark":      "#333330"
    }
  },

  "space": { "1":4, "2":8, "3":12, "4":16, "5":20, "6":24, "8":32, "10":40, "12":48, "16":64, "20":80, "24":96, "30":120 },
  "radius": { "sm":8, "md":12, "lg":16, "xl":20, "2xl":28, "pill":999 },

  "borders": {
    "hairline": "1px solid rgba(28,28,30,0.06)",
    "subtle":   "1px solid #C5C0B8",
    "strong":   "1.5px solid #6B4A94",
    "usage": {
      "subtle":   "Default for dividers, outline boxes, table lines, card outlines.",
      "hairline": "Only for very soft inner splits on calm backgrounds.",
      "strong":   "Focus rings, active outlines, secondary button stroke."
    }
  },

  "button": {
    "radius": "pill",
    "heights": { "sm": 36, "md": 44, "lg": 52 },
    "paddingX": { "sm": 20, "md": 28, "lg": 36 },
    "weight": 500,
    "shape": "pill-only"
  },

  "motion": {
    "ease": {
      "out":    "cubic-bezier(0.22, 1, 0.36, 1)",
      "inOut":  "cubic-bezier(0.65, 0, 0.35, 1)",
      "spring": "cubic-bezier(0.34, 1.56, 0.64, 1)"
    },
    "duration": { "fast": 150, "base": 240, "slow": 400, "atmospheric": 18000 }
  },

  "layout": { "containerMax": 1200, "containerPad": 48, "gridGutter": 24 },

  "rules": {
    "background": "Always off-white (#F5F1EB), never pure white (#FFFFFF) for main canvas.",
    "buttons":    "Pill shape only. border-radius: 999px.",
    "kasane":     "Use only for hero/moment sections. Never as generic background.",
    "emoji":      "Avoid unless explicitly requested.",
    "illustrations": "Never hand-draw SVG illustrations. Use placeholder blocks and request real assets.",
    "ambiguity":  "If unclear, ASK. Never improvise."
  }
}
