{
  "$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": {
      "toyota-red": {
        "value": "#EB0A1E",
        "type": "color",
        "description": "Primary Toyota brand red — used on the corporate mark and headline accents."
      },
      "toyota-black": {
        "value": "#000000",
        "type": "color",
        "description": "Wordmark and headline text on light backgrounds."
      },
      "toyota-graphite": {
        "value": "#252525",
        "type": "color",
        "description": "Near-black used by Southeast Toyota Dealers for the wordmark — softer than pure"
      },
      "toyota-white": {
        "value": "#FFFFFF",
        "type": "color",
        "description": "Page background; reversed wordmark fill on dark surfaces."
      },
      "toyota-platinum": {
        "value": "#F5F5F5",
        "type": "color",
        "description": "Subtle panel surface — feature blocks and quiet cards."
      },
      "toyota-silver": {
        "value": "#86939E",
        "type": "color",
        "description": "Secondary text and dividers — mirrors the SETF \"Supporting 5\" gray."
      },
      "toyota-ash": {
        "value": "#58595B",
        "type": "color",
        "description": "Tertiary text."
      }
    },
    "fontFamily": {
      "heading": {
        "value": "ToyotaType",
        "type": "fontFamilies",
        "description": "toyota-type@1.0.0 · sans-serif"
      },
      "body": {
        "value": "ToyotaType",
        "type": "fontFamilies",
        "description": "toyota-type@1.0.0 · sans-serif"
      },
      "mono": {
        "value": "JetBrainsMono Nerd Font",
        "type": "fontFamilies",
        "description": "jetbrainsmono-nerdfont@1.0.0 · monospace"
      }
    },
    "fontStack": {
      "heading": {
        "value": [
          "ToyotaType",
          "Helvetica Neue",
          "Helvetica",
          "-apple-system",
          "BlinkMacSystemFont",
          "Segoe UI",
          "Arial",
          "sans-serif"
        ],
        "type": "fontFamilies"
      },
      "body": {
        "value": [
          "ToyotaType",
          "Helvetica Neue",
          "Helvetica",
          "-apple-system",
          "BlinkMacSystemFont",
          "Segoe UI",
          "Arial",
          "sans-serif"
        ],
        "type": "fontFamilies"
      },
      "mono": {
        "value": [
          "JetBrainsMono Nerd Font",
          "JetBrains Mono",
          "Fira Code",
          "Menlo",
          "Monaco",
          "Consolas",
          "Liberation Mono",
          "monospace"
        ],
        "type": "fontFamilies"
      }
    }
  },
  "role-light": {
    "color": {
      "background": {
        "value": "{global.color.toyota-white}",
        "type": "color"
      },
      "surface": {
        "value": "{global.color.toyota-platinum}",
        "type": "color"
      },
      "surface-elevated": {
        "value": "{global.color.toyota-white}",
        "type": "color"
      },
      "text-primary": {
        "value": "{global.color.toyota-graphite}",
        "type": "color"
      },
      "text-secondary": {
        "value": "{global.color.toyota-ash}",
        "type": "color"
      },
      "text-tertiary": {
        "value": "{global.color.toyota-silver}",
        "type": "color"
      },
      "primary": {
        "value": "{global.color.toyota-red}",
        "type": "color"
      },
      "primary-hover": {
        "value": "{global.color.toyota-red}",
        "type": "color"
      },
      "accent": {
        "value": "{global.color.toyota-red}",
        "type": "color"
      },
      "success": {
        "value": "{global.color.toyota-silver}",
        "type": "color"
      },
      "warning": {
        "value": "{global.color.toyota-red}",
        "type": "color"
      },
      "error": {
        "value": "{global.color.toyota-red}",
        "type": "color"
      },
      "info": {
        "value": "{global.color.toyota-ash}",
        "type": "color"
      }
    }
  },
  "role-dark": {
    "color": {
      "background": {
        "value": "{global.color.toyota-black}",
        "type": "color"
      },
      "surface": {
        "value": "{global.color.toyota-graphite}",
        "type": "color"
      },
      "surface-elevated": {
        "value": "{global.color.toyota-ash}",
        "type": "color"
      },
      "text-primary": {
        "value": "{global.color.toyota-white}",
        "type": "color"
      },
      "text-secondary": {
        "value": "{global.color.toyota-platinum}",
        "type": "color"
      },
      "text-tertiary": {
        "value": "{global.color.toyota-silver}",
        "type": "color"
      },
      "primary": {
        "value": "{global.color.toyota-red}",
        "type": "color"
      },
      "primary-hover": {
        "value": "{global.color.toyota-red}",
        "type": "color"
      },
      "accent": {
        "value": "{global.color.toyota-red}",
        "type": "color"
      },
      "success": {
        "value": "{global.color.toyota-platinum}",
        "type": "color"
      },
      "warning": {
        "value": "{global.color.toyota-red}",
        "type": "color"
      },
      "error": {
        "value": "{global.color.toyota-red}",
        "type": "color"
      },
      "info": {
        "value": "{global.color.toyota-silver}",
        "type": "color"
      }
    }
  },
  "brand": {
    "color": {
      "identity": {
        "value": "{global.color.toyota-white}",
        "type": "color"
      },
      "on-identity": {
        "value": "{global.color.toyota-graphite}",
        "type": "color"
      },
      "primary": {
        "value": "{global.color.toyota-red}",
        "type": "color"
      },
      "primary-hover": {
        "value": "{global.color.toyota-red}",
        "type": "color"
      },
      "accent": {
        "value": "{global.color.toyota-red}",
        "type": "color"
      },
      "mark": {
        "value": "{global.color.toyota-black}",
        "type": "color"
      },
      "text-primary-light": {
        "value": "{global.color.toyota-graphite}",
        "type": "color"
      },
      "text-primary-dark": {
        "value": "{global.color.toyota-white}",
        "type": "color"
      },
      "background-light": {
        "value": "{global.color.toyota-white}",
        "type": "color"
      },
      "background-dark": {
        "value": "{global.color.toyota-black}",
        "type": "color"
      },
      "surface-light": {
        "value": "{global.color.toyota-platinum}",
        "type": "color"
      },
      "surface-dark": {
        "value": "{global.color.toyota-graphite}",
        "type": "color"
      },
      "border-light": {
        "value": "{global.color.toyota-silver}",
        "type": "color"
      }
    }
  },
  "$metadata": {
    "name": "Toyota",
    "ref": "toyota@1.0.0",
    "paletteRef": "toyota@1.0.0",
    "generatedBy": "brand-atoms converter"
  }
}
