{
  "$description": "Brand: Mistral AI — dark mode",
  "color": {
    "swatches": {
      "$description": "Source-of-truth color swatches from palette mistral@1.0.0",
      "matt-deep": {
        "$value": "#000000",
        "$type": "color",
        "$description": "Pure black — deepest accent on dark canvas."
      },
      "matt-black": {
        "$value": "#1F1F1F",
        "$type": "color",
        "$description": "Primary dark canvas — Mistral's matt black surface."
      },
      "matt-black-tint": {
        "$value": "#3D3D3D",
        "$type": "color",
        "$description": "Elevated surface on dark canvas."
      },
      "beige-light": {
        "$value": "#FFF7E0",
        "$type": "color",
        "$description": "Light canvas — warm cream paper tone."
      },
      "beige-deep": {
        "$value": "#FCEFC6",
        "$type": "color",
        "$description": "Elevated surface on beige canvas."
      },
      "beige-deeper": {
        "$value": "#E6D2A0",
        "$type": "color",
        "$description": "Border / quiet divider on beige canvas."
      },
      "sunshine-50": {
        "$value": "#FFF0C3",
        "$type": "color",
        "$description": "Palest sunshine — surface tint."
      },
      "sunshine-100": {
        "$value": "#FFE295",
        "$type": "color",
        "$description": "Pale sunshine yellow."
      },
      "sunshine-200": {
        "$value": "#FFDD8A",
        "$type": "color",
        "$description": "Soft yellow."
      },
      "sunshine-300": {
        "$value": "#FFD06A",
        "$type": "color",
        "$description": "Warm amber-yellow."
      },
      "sunshine-400": {
        "$value": "#FFC452",
        "$type": "color",
        "$description": "Marigold."
      },
      "sunshine-500": {
        "$value": "#FFB83E",
        "$type": "color",
        "$description": "Mid sunshine — pumpkin gold."
      },
      "sunshine-600": {
        "$value": "#FFAD2E",
        "$type": "color",
        "$description": "Deep marigold."
      },
      "sunshine-700": {
        "$value": "#FFA110",
        "$type": "color",
        "$description": "Bright orange."
      },
      "sunshine-750": {
        "$value": "#F2920B",
        "$type": "color",
        "$description": "Pressed-orange variant for hover state."
      },
      "sunshine-800": {
        "$value": "#FF9500",
        "$type": "color",
        "$description": "Pumpkin."
      },
      "sunshine-900": {
        "$value": "#FF8A00",
        "$type": "color",
        "$description": "Burnt orange."
      },
      "sunshine-950": {
        "$value": "#FF7F00",
        "$type": "color",
        "$description": "Deepest sunshine — ember orange."
      },
      "mistral-orange": {
        "$value": "#FA500F",
        "$type": "color",
        "$description": "Mistral's signature warm orange — the primary brand accent."
      },
      "mistral-orange-bright": {
        "$value": "#FF6D05",
        "$type": "color",
        "$description": "Brighter pumpkin-orange variant."
      },
      "mistral-red": {
        "$value": "#E10500",
        "$type": "color",
        "$description": "Deepest ember-red — endpoint of the Sunshine arc."
      },
      "footer-yellow": {
        "$value": "#FFD800",
        "$type": "color",
        "$description": "Footer rainbow stripe — high-yellow stop."
      },
      "footer-marigold": {
        "$value": "#FFAF00",
        "$type": "color",
        "$description": "Footer rainbow stripe — marigold stop."
      },
      "gray-100": {
        "$value": "#F3F4F6",
        "$type": "color",
        "$description": "Subtle elevated surface on beige canvas."
      },
      "gray-300": {
        "$value": "#D1D5DC",
        "$type": "color",
        "$description": "Borders / quiet dividers on beige canvas."
      },
      "gray-500": {
        "$value": "#6A7282",
        "$type": "color",
        "$description": "Tertiary text."
      },
      "gray-700": {
        "$value": "#364153",
        "$type": "color",
        "$description": "Secondary text on beige canvas."
      },
      "gray-900": {
        "$value": "#101828",
        "$type": "color",
        "$description": "Deep ink for text on beige canvas."
      }
    },
    "roles": {
      "$description": "Semantic color roles (dark mode) mapped to palette swatches",
      "background": {
        "$value": "{color.swatches.matt-black}",
        "$type": "color",
        "$description": "background role → Matt Black"
      },
      "surface": {
        "$value": "{color.swatches.matt-black-tint}",
        "$type": "color",
        "$description": "surface role → Matt Black Tint"
      },
      "surface-elevated": {
        "$value": "{color.swatches.matt-black-tint}",
        "$type": "color",
        "$description": "surface-elevated role → Matt Black Tint"
      },
      "text-primary": {
        "$value": "{color.swatches.beige-light}",
        "$type": "color",
        "$description": "text-primary role → Beige Light"
      },
      "text-secondary": {
        "$value": "{color.swatches.beige-deep}",
        "$type": "color",
        "$description": "text-secondary role → Beige Deep"
      },
      "text-tertiary": {
        "$value": "{color.swatches.gray-300}",
        "$type": "color",
        "$description": "text-tertiary role → Gray 300"
      },
      "primary": {
        "$value": "{color.swatches.mistral-orange}",
        "$type": "color",
        "$description": "primary role → Mistral Orange"
      },
      "primary-hover": {
        "$value": "{color.swatches.sunshine-700}",
        "$type": "color",
        "$description": "primary-hover role → Sunshine 700"
      },
      "accent": {
        "$value": "{color.swatches.mistral-orange}",
        "$type": "color",
        "$description": "accent role → Mistral Orange"
      },
      "accent-hover": {
        "$value": "{color.swatches.sunshine-700}",
        "$type": "color",
        "$description": "accent-hover role → Sunshine 700"
      },
      "warning": {
        "$value": "{color.swatches.sunshine-500}",
        "$type": "color",
        "$description": "warning role → Sunshine 500"
      },
      "warning-hover": {
        "$value": "{color.swatches.sunshine-600}",
        "$type": "color",
        "$description": "warning-hover role → Sunshine 600"
      },
      "error": {
        "$value": "{color.swatches.mistral-red}",
        "$type": "color",
        "$description": "error role → Mistral Red"
      },
      "success": {
        "$value": "{color.swatches.sunshine-400}",
        "$type": "color",
        "$description": "success role → Sunshine 400"
      },
      "border": {
        "$value": "{color.swatches.matt-black-tint}",
        "$type": "color",
        "$description": "border role → Matt Black Tint"
      },
      "brand-overrides": {
        "$description": "Brand-level role overrides (take precedence over palette role mappings)",
        "identity": {
          "$value": "{color.swatches.matt-black}",
          "$type": "color",
          "$description": "Brand role identity → Matt Black"
        },
        "on-identity": {
          "$value": "{color.swatches.beige-light}",
          "$type": "color",
          "$description": "Brand role on-identity → Beige Light"
        },
        "primary": {
          "$value": "{color.swatches.mistral-orange}",
          "$type": "color",
          "$description": "Brand role primary → Mistral Orange"
        },
        "primary-hover": {
          "$value": "{color.swatches.sunshine-750}",
          "$type": "color",
          "$description": "Brand role primary-hover → Sunshine 750"
        },
        "accent": {
          "$value": "{color.swatches.mistral-orange}",
          "$type": "color",
          "$description": "Brand role accent → Mistral Orange"
        },
        "accent-hover": {
          "$value": "{color.swatches.sunshine-700}",
          "$type": "color",
          "$description": "Brand role accent-hover → Sunshine 700"
        },
        "mark": {
          "$value": "{color.swatches.mistral-orange}",
          "$type": "color",
          "$description": "Brand role mark → Mistral Orange"
        },
        "success": {
          "$value": "{color.swatches.sunshine-400}",
          "$type": "color",
          "$description": "Brand role success → Sunshine 400"
        },
        "warning": {
          "$value": "{color.swatches.sunshine-500}",
          "$type": "color",
          "$description": "Brand role warning → Sunshine 500"
        },
        "error": {
          "$value": "{color.swatches.mistral-red}",
          "$type": "color",
          "$description": "Brand role error → Mistral Red"
        },
        "text-primary-light": {
          "$value": "{color.swatches.matt-black}",
          "$type": "color",
          "$description": "Brand role text-primary-light → Matt Black"
        },
        "text-primary-dark": {
          "$value": "{color.swatches.beige-light}",
          "$type": "color",
          "$description": "Brand role text-primary-dark → Beige Light"
        },
        "background-light": {
          "$value": "{color.swatches.beige-light}",
          "$type": "color",
          "$description": "Brand role background-light → Beige Light"
        },
        "background-dark": {
          "$value": "{color.swatches.matt-black}",
          "$type": "color",
          "$description": "Brand role background-dark → Matt Black"
        },
        "surface-light": {
          "$value": "{color.swatches.beige-deep}",
          "$type": "color",
          "$description": "Brand role surface-light → Beige Deep"
        },
        "surface-dark": {
          "$value": "{color.swatches.matt-black-tint}",
          "$type": "color",
          "$description": "Brand role surface-dark → Matt Black Tint"
        },
        "text-secondary-light": {
          "$value": "{color.swatches.gray-700}",
          "$type": "color",
          "$description": "Brand role text-secondary-light → Gray 700"
        },
        "text-tertiary-light": {
          "$value": "{color.swatches.gray-500}",
          "$type": "color",
          "$description": "Brand role text-tertiary-light → Gray 500"
        },
        "border-light": {
          "$value": "{color.swatches.beige-deeper}",
          "$type": "color",
          "$description": "Brand role border-light → Beige Deeper"
        },
        "border-dark": {
          "$value": "{color.swatches.matt-black-tint}",
          "$type": "color",
          "$description": "Brand role border-dark → Matt Black Tint"
        }
      }
    }
  },
  "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": [
          "Geist Mono",
          "SFMono-Regular",
          "Menlo",
          "Monaco",
          "Consolas",
          "Liberation Mono",
          "Courier New",
          "monospace"
        ],
        "$type": "fontFamily",
        "$description": "mono role → Geist Mono (geist-mono@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"
      }
    }
  }
}
