{
  "$description": "Brand: Toyota — dark mode",
  "color": {
    "swatches": {
      "$description": "Source-of-truth color swatches from palette toyota@1.0.0",
      "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."
      }
    },
    "roles": {
      "$description": "Semantic color roles (dark mode) mapped to palette swatches",
      "background": {
        "$value": "{color.swatches.toyota-black}",
        "$type": "color",
        "$description": "background role → Toyota Black"
      },
      "surface": {
        "$value": "{color.swatches.toyota-graphite}",
        "$type": "color",
        "$description": "surface role → Toyota Graphite"
      },
      "surface-elevated": {
        "$value": "{color.swatches.toyota-ash}",
        "$type": "color",
        "$description": "surface-elevated role → Toyota Ash"
      },
      "text-primary": {
        "$value": "{color.swatches.toyota-white}",
        "$type": "color",
        "$description": "text-primary role → Toyota White"
      },
      "text-secondary": {
        "$value": "{color.swatches.toyota-platinum}",
        "$type": "color",
        "$description": "text-secondary role → Toyota Platinum"
      },
      "text-tertiary": {
        "$value": "{color.swatches.toyota-silver}",
        "$type": "color",
        "$description": "text-tertiary role → Toyota Silver"
      },
      "primary": {
        "$value": "{color.swatches.toyota-red}",
        "$type": "color",
        "$description": "primary role → Toyota Red"
      },
      "primary-hover": {
        "$value": "{color.swatches.toyota-red}",
        "$type": "color",
        "$description": "primary-hover role → Toyota Red"
      },
      "accent": {
        "$value": "{color.swatches.toyota-red}",
        "$type": "color",
        "$description": "accent role → Toyota Red"
      },
      "success": {
        "$value": "{color.swatches.toyota-platinum}",
        "$type": "color",
        "$description": "success role → Toyota Platinum"
      },
      "warning": {
        "$value": "{color.swatches.toyota-red}",
        "$type": "color",
        "$description": "warning role → Toyota Red"
      },
      "error": {
        "$value": "{color.swatches.toyota-red}",
        "$type": "color",
        "$description": "error role → Toyota Red"
      },
      "info": {
        "$value": "{color.swatches.toyota-silver}",
        "$type": "color",
        "$description": "info role → Toyota Silver"
      },
      "brand-overrides": {
        "$description": "Brand-level role overrides (take precedence over palette role mappings)",
        "identity": {
          "$value": "{color.swatches.toyota-white}",
          "$type": "color",
          "$description": "Brand role identity → Toyota White"
        },
        "on-identity": {
          "$value": "{color.swatches.toyota-graphite}",
          "$type": "color",
          "$description": "Brand role on-identity → Toyota Graphite"
        },
        "primary": {
          "$value": "{color.swatches.toyota-red}",
          "$type": "color",
          "$description": "Brand role primary → Toyota Red"
        },
        "primary-hover": {
          "$value": "{color.swatches.toyota-red}",
          "$type": "color",
          "$description": "Brand role primary-hover → Toyota Red"
        },
        "accent": {
          "$value": "{color.swatches.toyota-red}",
          "$type": "color",
          "$description": "Brand role accent → Toyota Red"
        },
        "mark": {
          "$value": "{color.swatches.toyota-black}",
          "$type": "color",
          "$description": "Brand role mark → Toyota Black"
        },
        "text-primary-light": {
          "$value": "{color.swatches.toyota-graphite}",
          "$type": "color",
          "$description": "Brand role text-primary-light → Toyota Graphite"
        },
        "text-primary-dark": {
          "$value": "{color.swatches.toyota-white}",
          "$type": "color",
          "$description": "Brand role text-primary-dark → Toyota White"
        },
        "background-light": {
          "$value": "{color.swatches.toyota-white}",
          "$type": "color",
          "$description": "Brand role background-light → Toyota White"
        },
        "background-dark": {
          "$value": "{color.swatches.toyota-black}",
          "$type": "color",
          "$description": "Brand role background-dark → Toyota Black"
        },
        "surface-light": {
          "$value": "{color.swatches.toyota-platinum}",
          "$type": "color",
          "$description": "Brand role surface-light → Toyota Platinum"
        },
        "surface-dark": {
          "$value": "{color.swatches.toyota-graphite}",
          "$type": "color",
          "$description": "Brand role surface-dark → Toyota Graphite"
        },
        "border-light": {
          "$value": "{color.swatches.toyota-silver}",
          "$type": "color",
          "$description": "Brand role border-light → Toyota Silver"
        }
      }
    }
  },
  "font": {
    "$description": "Typography roles mapped to font atoms",
    "heading": {
      "family": {
        "$value": [
          "ToyotaType",
          "Helvetica Neue",
          "Helvetica",
          "-apple-system",
          "BlinkMacSystemFont",
          "Segoe UI",
          "Arial",
          "sans-serif"
        ],
        "$type": "fontFamily",
        "$description": "heading role → Toyota Type (toyota-type@1.0.0)"
      },
      "weight": {
        "400": {
          "$value": 400,
          "$type": "fontWeight"
        },
        "600": {
          "$value": 600,
          "$type": "fontWeight"
        },
        "$description": "Available font weights"
      }
    },
    "body": {
      "family": {
        "$value": [
          "ToyotaType",
          "Helvetica Neue",
          "Helvetica",
          "-apple-system",
          "BlinkMacSystemFont",
          "Segoe UI",
          "Arial",
          "sans-serif"
        ],
        "$type": "fontFamily",
        "$description": "body role → Toyota Type (toyota-type@1.0.0)"
      },
      "weight": {
        "400": {
          "$value": 400,
          "$type": "fontWeight"
        },
        "600": {
          "$value": 600,
          "$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"
      }
    }
  }
}
