{
  "$themes": [],
  "$metadata": {
    "tokenSetOrder": ["mirai/core", "mirai/semantic"]
  },
  "mirai/core": {
    "color": {
      "white": { "value": "#FFFFFF", "type": "color", "description": "Pure White — primary background, type on dark." },
      "black": { "value": "#000000", "type": "color", "description": "Pure Black — headings, borders, high-contrast." },
      "blue":  { "value": "#556DD7", "type": "color", "description": "MirAI Blue — CTAs, governed data, the Human Vision accent." }
    },
    "font": {
      "family": {
        "sans": { "value": "Space Grotesk", "type": "fontFamilies" }
      },
      "weight": {
        "regular":  { "value": "Regular",  "type": "fontWeights" },
        "medium":   { "value": "Medium",   "type": "fontWeights" },
        "semibold": { "value": "SemiBold", "type": "fontWeights" },
        "bold":     { "value": "Bold",     "type": "fontWeights" }
      },
      "size": {
        "display": { "value": "48", "type": "fontSizes" },
        "h2":      { "value": "32", "type": "fontSizes" },
        "h3":      { "value": "24", "type": "fontSizes" },
        "h4":      { "value": "20", "type": "fontSizes" },
        "bodyLg":  { "value": "18", "type": "fontSizes" },
        "body":    { "value": "16", "type": "fontSizes" },
        "sm":      { "value": "14", "type": "fontSizes" },
        "xs":      { "value": "12", "type": "fontSizes" }
      },
      "lineHeight": {
        "tight": { "value": "110%", "type": "lineHeights" },
        "snug":  { "value": "125%", "type": "lineHeights" },
        "body":  { "value": "150%", "type": "lineHeights" }
      },
      "tracking": {
        "tight":  { "value": "-2%", "type": "letterSpacing" },
        "normal": { "value": "0",   "type": "letterSpacing" },
        "wide":   { "value": "4%",  "type": "letterSpacing" },
        "caps":   { "value": "8%",  "type": "letterSpacing" }
      }
    },
    "space": {
      "1":  { "value": "4",  "type": "spacing" },
      "2":  { "value": "8",  "type": "spacing" },
      "3":  { "value": "12", "type": "spacing" },
      "4":  { "value": "16", "type": "spacing" },
      "5":  { "value": "20", "type": "spacing" },
      "6":  { "value": "24", "type": "spacing" },
      "8":  { "value": "32", "type": "spacing" },
      "10": { "value": "40", "type": "spacing" },
      "12": { "value": "48", "type": "spacing" },
      "16": { "value": "64", "type": "spacing" }
    },
    "radius": {
      "none":        { "value": "0",   "type": "borderRadius" },
      "structural": { "value": "4",   "type": "borderRadius" },
      "interactive":{ "value": "8",   "type": "borderRadius" },
      "pill":        { "value": "999", "type": "borderRadius" }
    },
    "shadow": {
      "hardSm":   { "value": { "x": "2", "y": "2", "blur": "0", "spread": "0", "color": "#000000", "type": "dropShadow" }, "type": "boxShadow" },
      "hard":     { "value": { "x": "4", "y": "4", "blur": "0", "spread": "0", "color": "#000000", "type": "dropShadow" }, "type": "boxShadow" },
      "hardLg":   { "value": { "x": "6", "y": "6", "blur": "0", "spread": "0", "color": "#000000", "type": "dropShadow" }, "type": "boxShadow" },
      "hardBlue": { "value": { "x": "4", "y": "4", "blur": "0", "spread": "0", "color": "#556DD7", "type": "dropShadow" }, "type": "boxShadow" }
    }
  },
  "mirai/semantic": {
    "color": {
      "text": {
        "primary":   { "value": "rgba({mirai/core.color.black}, 1)",    "type": "color" },
        "secondary": { "value": "rgba({mirai/core.color.black}, 0.65)", "type": "color" },
        "tertiary":  { "value": "rgba({mirai/core.color.black}, 0.45)", "type": "color" }
      },
      "border": {
        "subtle": { "value": "rgba({mirai/core.color.black}, 0.15)", "type": "color" },
        "strong": { "value": "{mirai/core.color.black}",             "type": "color" }
      },
      "surface": {
        "default": { "value": "{mirai/core.color.white}",            "type": "color" },
        "inverse": { "value": "{mirai/core.color.black}",            "type": "color" },
        "muted":   { "value": "rgba({mirai/core.color.black}, 0.04)", "type": "color" },
        "hover":   { "value": "rgba({mirai/core.color.black}, 0.06)", "type": "color" },
        "press":   { "value": "rgba({mirai/core.color.black}, 0.10)", "type": "color" }
      },
      "accent": {
        "default": { "value": "{mirai/core.color.blue}",              "type": "color" },
        "fg":      { "value": "{mirai/core.color.white}",             "type": "color" },
        "soft":    { "value": "rgba({mirai/core.color.blue}, 0.15)",  "type": "color" },
        "ring":    { "value": "rgba({mirai/core.color.blue}, 0.30)",  "type": "color" }
      }
    }
  }
}
