{
  "$themes": [
    {
      "id": "light",
      "name": "Light",
      "selectedTokenSets": {
        "global": "enabled",
        "role-light": "enabled",
        "brand": "enabled"
      }
    },
    {
      "id": "dark",
      "name": "Dark",
      "selectedTokenSets": {
        "global": "enabled",
        "role-dark": "enabled",
        "brand": "enabled"
      }
    }
  ],
  "global": {
    "color": {
      "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."
      }
    },
    "fontFamily": {
      "heading": {
        "value": "Inter",
        "type": "fontFamilies",
        "description": "inter@1.0.0 · sans-serif"
      },
      "body": {
        "value": "Inter",
        "type": "fontFamilies",
        "description": "inter@1.0.0 · sans-serif"
      },
      "mono": {
        "value": "Geist Mono",
        "type": "fontFamilies",
        "description": "geist-mono@1.0.0 · monospace"
      }
    },
    "fontStack": {
      "heading": {
        "value": [
          "Inter",
          "-apple-system",
          "BlinkMacSystemFont",
          "Segoe UI",
          "Roboto",
          "Helvetica Neue",
          "Arial",
          "sans-serif"
        ],
        "type": "fontFamilies"
      },
      "body": {
        "value": [
          "Inter",
          "-apple-system",
          "BlinkMacSystemFont",
          "Segoe UI",
          "Roboto",
          "Helvetica Neue",
          "Arial",
          "sans-serif"
        ],
        "type": "fontFamilies"
      },
      "mono": {
        "value": [
          "Geist Mono",
          "SFMono-Regular",
          "Menlo",
          "Monaco",
          "Consolas",
          "Liberation Mono",
          "Courier New",
          "monospace"
        ],
        "type": "fontFamilies"
      }
    }
  },
  "role-light": {
    "color": {
      "background": {
        "value": "{global.color.beige-light}",
        "type": "color"
      },
      "surface": {
        "value": "{global.color.beige-deep}",
        "type": "color"
      },
      "surface-elevated": {
        "value": "{global.color.beige-light}",
        "type": "color"
      },
      "text-primary": {
        "value": "{global.color.matt-black}",
        "type": "color"
      },
      "text-secondary": {
        "value": "{global.color.gray-700}",
        "type": "color"
      },
      "text-tertiary": {
        "value": "{global.color.gray-500}",
        "type": "color"
      },
      "primary": {
        "value": "{global.color.mistral-orange}",
        "type": "color"
      },
      "primary-hover": {
        "value": "{global.color.sunshine-750}",
        "type": "color"
      },
      "accent": {
        "value": "{global.color.mistral-orange}",
        "type": "color"
      },
      "accent-hover": {
        "value": "{global.color.sunshine-750}",
        "type": "color"
      },
      "warning": {
        "value": "{global.color.sunshine-700}",
        "type": "color"
      },
      "warning-hover": {
        "value": "{global.color.sunshine-800}",
        "type": "color"
      },
      "error": {
        "value": "{global.color.mistral-red}",
        "type": "color"
      },
      "success": {
        "value": "{global.color.sunshine-500}",
        "type": "color"
      },
      "border": {
        "value": "{global.color.beige-deeper}",
        "type": "color"
      }
    }
  },
  "role-dark": {
    "color": {
      "background": {
        "value": "{global.color.matt-black}",
        "type": "color"
      },
      "surface": {
        "value": "{global.color.matt-black-tint}",
        "type": "color"
      },
      "surface-elevated": {
        "value": "{global.color.matt-black-tint}",
        "type": "color"
      },
      "text-primary": {
        "value": "{global.color.beige-light}",
        "type": "color"
      },
      "text-secondary": {
        "value": "{global.color.beige-deep}",
        "type": "color"
      },
      "text-tertiary": {
        "value": "{global.color.gray-300}",
        "type": "color"
      },
      "primary": {
        "value": "{global.color.mistral-orange}",
        "type": "color"
      },
      "primary-hover": {
        "value": "{global.color.sunshine-700}",
        "type": "color"
      },
      "accent": {
        "value": "{global.color.mistral-orange}",
        "type": "color"
      },
      "accent-hover": {
        "value": "{global.color.sunshine-700}",
        "type": "color"
      },
      "warning": {
        "value": "{global.color.sunshine-500}",
        "type": "color"
      },
      "warning-hover": {
        "value": "{global.color.sunshine-600}",
        "type": "color"
      },
      "error": {
        "value": "{global.color.mistral-red}",
        "type": "color"
      },
      "success": {
        "value": "{global.color.sunshine-400}",
        "type": "color"
      },
      "border": {
        "value": "{global.color.matt-black-tint}",
        "type": "color"
      }
    }
  },
  "brand": {
    "color": {
      "identity": {
        "value": "{global.color.matt-black}",
        "type": "color"
      },
      "on-identity": {
        "value": "{global.color.beige-light}",
        "type": "color"
      },
      "primary": {
        "value": "{global.color.mistral-orange}",
        "type": "color"
      },
      "primary-hover": {
        "value": "{global.color.sunshine-750}",
        "type": "color"
      },
      "accent": {
        "value": "{global.color.mistral-orange}",
        "type": "color"
      },
      "accent-hover": {
        "value": "{global.color.sunshine-700}",
        "type": "color"
      },
      "mark": {
        "value": "{global.color.mistral-orange}",
        "type": "color"
      },
      "success": {
        "value": "{global.color.sunshine-400}",
        "type": "color"
      },
      "warning": {
        "value": "{global.color.sunshine-500}",
        "type": "color"
      },
      "error": {
        "value": "{global.color.mistral-red}",
        "type": "color"
      },
      "text-primary-light": {
        "value": "{global.color.matt-black}",
        "type": "color"
      },
      "text-primary-dark": {
        "value": "{global.color.beige-light}",
        "type": "color"
      },
      "background-light": {
        "value": "{global.color.beige-light}",
        "type": "color"
      },
      "background-dark": {
        "value": "{global.color.matt-black}",
        "type": "color"
      },
      "surface-light": {
        "value": "{global.color.beige-deep}",
        "type": "color"
      },
      "surface-dark": {
        "value": "{global.color.matt-black-tint}",
        "type": "color"
      },
      "text-secondary-light": {
        "value": "{global.color.gray-700}",
        "type": "color"
      },
      "text-tertiary-light": {
        "value": "{global.color.gray-500}",
        "type": "color"
      },
      "border-light": {
        "value": "{global.color.beige-deeper}",
        "type": "color"
      },
      "border-dark": {
        "value": "{global.color.matt-black-tint}",
        "type": "color"
      }
    }
  },
  "$metadata": {
    "name": "Mistral AI",
    "ref": "mistral@1.0.0",
    "paletteRef": "mistral@1.0.0",
    "generatedBy": "brand-atoms converter"
  }
}
