{
  "$description": "Brand: Unity — light mode",
  "color": {
    "swatches": {
      "$description": "Source-of-truth color swatches from palette unity@1.0.0",
      "mango-blue": {
        "$value": "#3358D4",
        "$type": "color",
        "$description": "Primary brand action — --color-mango-blue-500. The Unity Download / Get Started CTA fill on the live marketing site.\n"
      },
      "mango-blue-hover": {
        "$value": "#2B4FCA",
        "$type": "color",
        "$description": "Hover variant — --color-mango-blue-600.\n"
      },
      "mango-blue-deep": {
        "$value": "#2746A7",
        "$type": "color",
        "$description": "Deep / pressed variant — --color-mango-blue-700.\n"
      },
      "mango-blue-light": {
        "$value": "#5779E8",
        "$type": "color",
        "$description": "Light variant — --color-mango-blue-400.\n"
      },
      "mango-blue-focus": {
        "$value": "#238CEC",
        "$type": "color",
        "$description": "Focus-ring blue — --color-mango-blue-focus.\n"
      },
      "blue-dark": {
        "$value": "#0A5CF5",
        "$type": "color",
        "$description": "Documented marketing-link blue — --color-blue-dark and --color-sky-700.\n"
      },
      "blue-base": {
        "$value": "#3A5BC7",
        "$type": "color",
        "$description": "Documented brand blue — --color-blue. Used as the primary- btn-hover gradient stop.\n"
      },
      "blue-light": {
        "$value": "#9EB1FF",
        "$type": "color",
        "$description": "Pale brand blue — --color-blue-light.\n"
      },
      "mango-black": {
        "$value": "#000000",
        "$type": "color",
        "$description": "Pure black — --color-mango-black. The Unity page header / navigation chrome.\n"
      },
      "mango-gray-950": {
        "$value": "#1D1D1D",
        "$type": "color",
        "$description": "Deepest neutral — --color-mango-gray-950.\n"
      },
      "mango-gray-900": {
        "$value": "#242424",
        "$type": "color",
        "$description": "High-emphasis text on light — --color-mango-gray-900 and --color-gray-800.\n"
      },
      "mango-gray-800": {
        "$value": "#262626",
        "$type": "color",
        "$description": "Secondary deep neutral — --color-mango-gray-800.\n"
      },
      "mango-gray-700": {
        "$value": "#424242",
        "$type": "color",
        "$description": "Body text on light surface — --color-mango-gray-700.\n"
      },
      "mango-gray-600": {
        "$value": "#585858",
        "$type": "color",
        "$description": "Secondary text — --color-mango-gray-600.\n"
      },
      "mango-gray-500": {
        "$value": "#727272",
        "$type": "color",
        "$description": "Tertiary text — --color-mango-gray-500.\n"
      },
      "mango-gray-400": {
        "$value": "#A6A6A6",
        "$type": "color",
        "$description": "Pale neutral text — --color-mango-gray-400.\n"
      },
      "mango-gray-300": {
        "$value": "#CCCCCC",
        "$type": "color",
        "$description": "Border / divider — --color-mango-gray-300 and --color- gray-300.\n"
      },
      "mango-gray-200": {
        "$value": "#E6E6E6",
        "$type": "color",
        "$description": "Quiet divider — --color-mango-gray-200.\n"
      },
      "mango-gray-100": {
        "$value": "#F0F0F0",
        "$type": "color",
        "$description": "Pale surface — --color-mango-gray-100.\n"
      },
      "mango-gray-50": {
        "$value": "#F5F5F5",
        "$type": "color",
        "$description": "Lightest neutral surface — --color-mango-gray-50.\n"
      },
      "mango-white": {
        "$value": "#FFFFFF",
        "$type": "color",
        "$description": "Primary canvas — --color-mango-white.\n"
      },
      "mango-success": {
        "$value": "#16A34A",
        "$type": "color",
        "$description": "Success green — --color-mango-success and --color-green- dark.\n"
      },
      "mango-warning": {
        "$value": "#D97706",
        "$type": "color",
        "$description": "Warning amber — --color-mango-warning.\n"
      },
      "mango-error": {
        "$value": "#DC2626",
        "$type": "color",
        "$description": "Error red — --color-mango-error.\n"
      },
      "mango-info": {
        "$value": "#3358D4",
        "$type": "color",
        "$description": "Informational blue — --color-mango-info (alias of mango- blue-500).\n"
      },
      "brand-red": {
        "$value": "#FF5449",
        "$type": "color",
        "$description": "Bright marketing red — --color-red. Used for promotional accents and end-of-line announcements.\n"
      }
    },
    "roles": {
      "$description": "Semantic color roles (light mode) mapped to palette swatches",
      "background": {
        "$value": "{color.swatches.mango-white}",
        "$type": "color",
        "$description": "background role → Mango White"
      },
      "surface": {
        "$value": "{color.swatches.mango-gray-50}",
        "$type": "color",
        "$description": "surface role → Mango Gray 50"
      },
      "surface-elevated": {
        "$value": "{color.swatches.mango-white}",
        "$type": "color",
        "$description": "surface-elevated role → Mango White"
      },
      "text-primary": {
        "$value": "{color.swatches.mango-gray-900}",
        "$type": "color",
        "$description": "text-primary role → Mango Gray 900"
      },
      "text-secondary": {
        "$value": "{color.swatches.mango-gray-700}",
        "$type": "color",
        "$description": "text-secondary role → Mango Gray 700"
      },
      "text-tertiary": {
        "$value": "{color.swatches.mango-gray-500}",
        "$type": "color",
        "$description": "text-tertiary role → Mango Gray 500"
      },
      "primary": {
        "$value": "{color.swatches.mango-blue}",
        "$type": "color",
        "$description": "primary role → Mango Blue"
      },
      "primary-hover": {
        "$value": "{color.swatches.mango-blue-hover}",
        "$type": "color",
        "$description": "primary-hover role → Mango Blue Hover"
      },
      "accent": {
        "$value": "{color.swatches.blue-base}",
        "$type": "color",
        "$description": "accent role → Blue Base"
      },
      "accent-hover": {
        "$value": "{color.swatches.blue-dark}",
        "$type": "color",
        "$description": "accent-hover role → Blue Dark"
      },
      "warning": {
        "$value": "{color.swatches.mango-warning}",
        "$type": "color",
        "$description": "warning role → Mango Warning"
      },
      "warning-hover": {
        "$value": "{color.swatches.mango-error}",
        "$type": "color",
        "$description": "warning-hover role → Mango Error"
      },
      "error": {
        "$value": "{color.swatches.mango-error}",
        "$type": "color",
        "$description": "error role → Mango Error"
      },
      "success": {
        "$value": "{color.swatches.mango-success}",
        "$type": "color",
        "$description": "success role → Mango Success"
      },
      "border": {
        "$value": "{color.swatches.mango-gray-300}",
        "$type": "color",
        "$description": "border role → Mango Gray 300"
      },
      "brand-overrides": {
        "$description": "Brand-level role overrides (take precedence over palette role mappings)",
        "identity": {
          "$value": "{color.swatches.mango-white}",
          "$type": "color",
          "$description": "Brand role identity → Mango White"
        },
        "on-identity": {
          "$value": "{color.swatches.mango-black}",
          "$type": "color",
          "$description": "Brand role on-identity → Mango Black"
        },
        "primary": {
          "$value": "{color.swatches.mango-blue}",
          "$type": "color",
          "$description": "Brand role primary → Mango Blue"
        },
        "primary-hover": {
          "$value": "{color.swatches.mango-blue-hover}",
          "$type": "color",
          "$description": "Brand role primary-hover → Mango Blue Hover"
        },
        "accent": {
          "$value": "{color.swatches.blue-base}",
          "$type": "color",
          "$description": "Brand role accent → Blue Base"
        },
        "accent-hover": {
          "$value": "{color.swatches.blue-dark}",
          "$type": "color",
          "$description": "Brand role accent-hover → Blue Dark"
        },
        "mark": {
          "$value": "{color.swatches.mango-black}",
          "$type": "color",
          "$description": "Brand role mark → Mango Black"
        },
        "success": {
          "$value": "{color.swatches.mango-success}",
          "$type": "color",
          "$description": "Brand role success → Mango Success"
        },
        "warning": {
          "$value": "{color.swatches.mango-warning}",
          "$type": "color",
          "$description": "Brand role warning → Mango Warning"
        },
        "error": {
          "$value": "{color.swatches.mango-error}",
          "$type": "color",
          "$description": "Brand role error → Mango Error"
        },
        "text-primary-light": {
          "$value": "{color.swatches.mango-gray-900}",
          "$type": "color",
          "$description": "Brand role text-primary-light → Mango Gray 900"
        },
        "text-primary-dark": {
          "$value": "{color.swatches.mango-white}",
          "$type": "color",
          "$description": "Brand role text-primary-dark → Mango White"
        },
        "background-light": {
          "$value": "{color.swatches.mango-white}",
          "$type": "color",
          "$description": "Brand role background-light → Mango White"
        },
        "background-dark": {
          "$value": "{color.swatches.mango-black}",
          "$type": "color",
          "$description": "Brand role background-dark → Mango Black"
        },
        "surface-light": {
          "$value": "{color.swatches.mango-gray-50}",
          "$type": "color",
          "$description": "Brand role surface-light → Mango Gray 50"
        },
        "surface-dark": {
          "$value": "{color.swatches.mango-gray-950}",
          "$type": "color",
          "$description": "Brand role surface-dark → Mango Gray 950"
        },
        "text-secondary-light": {
          "$value": "{color.swatches.mango-gray-700}",
          "$type": "color",
          "$description": "Brand role text-secondary-light → Mango Gray 700"
        },
        "text-tertiary-light": {
          "$value": "{color.swatches.mango-gray-500}",
          "$type": "color",
          "$description": "Brand role text-tertiary-light → Mango Gray 500"
        },
        "border-light": {
          "$value": "{color.swatches.mango-gray-300}",
          "$type": "color",
          "$description": "Brand role border-light → Mango Gray 300"
        }
      }
    }
  },
  "font": {
    "$description": "Typography roles mapped to font atoms",
    "heading": {
      "family": {
        "$value": [
          "Inter",
          "-apple-system",
          "BlinkMacSystemFont",
          "Segoe UI",
          "Roboto",
          "Helvetica Neue",
          "Arial",
          "sans-serif"
        ],
        "$type": "fontFamily",
        "$description": "heading role → Inter (inter@1.0.0)"
      },
      "weight": {
        "100": {
          "$value": 100,
          "$type": "fontWeight"
        },
        "200": {
          "$value": 200,
          "$type": "fontWeight"
        },
        "300": {
          "$value": 300,
          "$type": "fontWeight"
        },
        "400": {
          "$value": 400,
          "$type": "fontWeight"
        },
        "500": {
          "$value": 500,
          "$type": "fontWeight"
        },
        "600": {
          "$value": 600,
          "$type": "fontWeight"
        },
        "700": {
          "$value": 700,
          "$type": "fontWeight"
        },
        "800": {
          "$value": 800,
          "$type": "fontWeight"
        },
        "900": {
          "$value": 900,
          "$type": "fontWeight"
        },
        "$description": "Available font weights"
      }
    },
    "body": {
      "family": {
        "$value": [
          "Inter",
          "-apple-system",
          "BlinkMacSystemFont",
          "Segoe UI",
          "Roboto",
          "Helvetica Neue",
          "Arial",
          "sans-serif"
        ],
        "$type": "fontFamily",
        "$description": "body role → Inter (inter@1.0.0)"
      },
      "weight": {
        "100": {
          "$value": 100,
          "$type": "fontWeight"
        },
        "200": {
          "$value": 200,
          "$type": "fontWeight"
        },
        "300": {
          "$value": 300,
          "$type": "fontWeight"
        },
        "400": {
          "$value": 400,
          "$type": "fontWeight"
        },
        "500": {
          "$value": 500,
          "$type": "fontWeight"
        },
        "600": {
          "$value": 600,
          "$type": "fontWeight"
        },
        "700": {
          "$value": 700,
          "$type": "fontWeight"
        },
        "800": {
          "$value": 800,
          "$type": "fontWeight"
        },
        "900": {
          "$value": 900,
          "$type": "fontWeight"
        },
        "$description": "Available font weights"
      }
    },
    "mono": {
      "family": {
        "$value": [
          "JetBrainsMono Nerd Font",
          "JetBrains Mono",
          "Fira Code",
          "Menlo",
          "Monaco",
          "Consolas",
          "Liberation Mono",
          "monospace"
        ],
        "$type": "fontFamily",
        "$description": "mono role → JetBrainsMono Nerd Font (jetbrainsmono-nerdfont@1.0.0)"
      },
      "weight": {
        "100": {
          "$value": 100,
          "$type": "fontWeight"
        },
        "200": {
          "$value": 200,
          "$type": "fontWeight"
        },
        "300": {
          "$value": 300,
          "$type": "fontWeight"
        },
        "400": {
          "$value": 400,
          "$type": "fontWeight"
        },
        "500": {
          "$value": 500,
          "$type": "fontWeight"
        },
        "600": {
          "$value": 600,
          "$type": "fontWeight"
        },
        "700": {
          "$value": 700,
          "$type": "fontWeight"
        },
        "800": {
          "$value": 800,
          "$type": "fontWeight"
        },
        "$description": "Available font weights"
      }
    }
  }
}
