{
  "$description": "Brand: Southeast Toyota Distributors — dark mode",
  "color": {
    "swatches": {
      "$description": "Source-of-truth color swatches from palette southeast-toyota-distributors@1.0.0",
      "toyota-red": {
        "$value": "#EB0A1E",
        "$type": "color",
        "$description": "Primary brand red — shared with the parent Toyota mark."
      },
      "set-graphite": {
        "$value": "#252525",
        "$type": "color",
        "$description": "Wordmark color and primary text — softer than pure"
      },
      "set-white": {
        "$value": "#FFFFFF",
        "$type": "color",
        "$description": "Page background and reversed wordmark fill."
      },
      "set-fog": {
        "$value": "#E1E8EE",
        "$type": "color",
        "$description": "Subtle background tint (borrowed from SETF Supporting 2)."
      },
      "set-steel": {
        "$value": "#86939E",
        "$type": "color",
        "$description": "Tertiary text and dividers (borrowed from SETF Supporting 5)."
      },
      "set-slate": {
        "$value": "#626E79",
        "$type": "color",
        "$description": "Secondary text (borrowed from SETF Supporting 6)."
      }
    },
    "roles": {
      "$description": "Semantic color roles (dark mode) mapped to palette swatches",
      "background": {
        "$value": "{color.swatches.set-graphite}",
        "$type": "color",
        "$description": "background role → SET Graphite"
      },
      "surface": {
        "$value": "{color.swatches.set-slate}",
        "$type": "color",
        "$description": "surface role → SET Slate"
      },
      "surface-elevated": {
        "$value": "{color.swatches.set-steel}",
        "$type": "color",
        "$description": "surface-elevated role → SET Steel"
      },
      "text-primary": {
        "$value": "{color.swatches.set-white}",
        "$type": "color",
        "$description": "text-primary role → SET White"
      },
      "text-secondary": {
        "$value": "{color.swatches.set-fog}",
        "$type": "color",
        "$description": "text-secondary role → SET Fog"
      },
      "text-tertiary": {
        "$value": "{color.swatches.set-steel}",
        "$type": "color",
        "$description": "text-tertiary role → SET Steel"
      },
      "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.set-fog}",
        "$type": "color",
        "$description": "success role → SET Fog"
      },
      "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.set-fog}",
        "$type": "color",
        "$description": "info role → SET Fog"
      },
      "brand-overrides": {
        "$description": "Brand-level role overrides (take precedence over palette role mappings)",
        "identity": {
          "$value": "{color.swatches.set-white}",
          "$type": "color",
          "$description": "Brand role identity → SET White"
        },
        "on-identity": {
          "$value": "{color.swatches.set-graphite}",
          "$type": "color",
          "$description": "Brand role on-identity → SET 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.set-graphite}",
          "$type": "color",
          "$description": "Brand role mark → SET Graphite"
        },
        "text-primary-light": {
          "$value": "{color.swatches.set-graphite}",
          "$type": "color",
          "$description": "Brand role text-primary-light → SET Graphite"
        },
        "text-primary-dark": {
          "$value": "{color.swatches.set-white}",
          "$type": "color",
          "$description": "Brand role text-primary-dark → SET White"
        },
        "background-light": {
          "$value": "{color.swatches.set-white}",
          "$type": "color",
          "$description": "Brand role background-light → SET White"
        },
        "background-dark": {
          "$value": "{color.swatches.set-graphite}",
          "$type": "color",
          "$description": "Brand role background-dark → SET Graphite"
        },
        "surface-light": {
          "$value": "{color.swatches.set-fog}",
          "$type": "color",
          "$description": "Brand role surface-light → SET Fog"
        },
        "surface-dark": {
          "$value": "{color.swatches.set-slate}",
          "$type": "color",
          "$description": "Brand role surface-dark → SET Slate"
        },
        "border-light": {
          "$value": "{color.swatches.set-steel}",
          "$type": "color",
          "$description": "Brand role border-light → SET Steel"
        }
      }
    }
  },
  "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"
      }
    },
    "fallback": {
      "family": {
        "$value": [
          "Helvetica Neue",
          "Helvetica",
          "Arial",
          "sans-serif"
        ],
        "$type": "fontFamily",
        "$description": "fallback role → Helvetica Neue (helvetica-neue@1.0.0)"
      },
      "weight": {
        "400": {
          "$value": 400,
          "$type": "fontWeight"
        },
        "700": {
          "$value": 700,
          "$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"
      }
    }
  }
}
