{
  "$description": "Brand: Salesforce — dark mode",
  "color": {
    "swatches": {
      "$description": "Source-of-truth color swatches from palette salesforce@1.0.0",
      "warm-gray-1": {
        "$value": "#FFFFFF",
        "$type": "color",
        "$description": "Light canvas."
      },
      "warm-gray-2": {
        "$value": "#FAFAF9",
        "$type": "color",
        "$description": "Light surface."
      },
      "warm-gray-3": {
        "$value": "#F3F2F2",
        "$type": "color"
      },
      "warm-gray-4": {
        "$value": "#ECEBEA",
        "$type": "color"
      },
      "warm-gray-5": {
        "$value": "#DDDBDA",
        "$type": "color",
        "$description": "Default border on light."
      },
      "warm-gray-6": {
        "$value": "#C9C7C5",
        "$type": "color"
      },
      "warm-gray-7": {
        "$value": "#B0ADAB",
        "$type": "color"
      },
      "warm-gray-8": {
        "$value": "#969492",
        "$type": "color"
      },
      "warm-gray-9": {
        "$value": "#706E6B",
        "$type": "color",
        "$description": "Secondary text on light."
      },
      "warm-gray-10": {
        "$value": "#514F4D",
        "$type": "color"
      },
      "warm-gray-11": {
        "$value": "#3E3E3C",
        "$type": "color"
      },
      "warm-gray-12": {
        "$value": "#2B2826",
        "$type": "color",
        "$description": "Dark surface."
      },
      "warm-gray-13": {
        "$value": "#080707",
        "$type": "color",
        "$description": "Primary text on light; dark canvas."
      },
      "cool-gray-2": {
        "$value": "#F9F9FA",
        "$type": "color"
      },
      "cool-gray-9": {
        "$value": "#6B6D70",
        "$type": "color"
      },
      "cool-gray-13": {
        "$value": "#070808",
        "$type": "color"
      },
      "blue-20": {
        "$value": "#032D60",
        "$type": "color"
      },
      "blue-30": {
        "$value": "#014486",
        "$type": "color"
      },
      "blue-40": {
        "$value": "#0B5CAB",
        "$type": "color"
      },
      "blue-50": {
        "$value": "#0176D3",
        "$type": "color",
        "$description": "Salesforce BRAND_PRIMARY — the canonical SLDS blue."
      },
      "blue-60": {
        "$value": "#1B96FF",
        "$type": "color",
        "$description": "Brand primary on dark surfaces."
      },
      "blue-90": {
        "$value": "#D8E6FE",
        "$type": "color"
      },
      "blue-95": {
        "$value": "#EEF4FF",
        "$type": "color"
      },
      "green-20": {
        "$value": "#1C3326",
        "$type": "color"
      },
      "green-50": {
        "$value": "#2E844A",
        "$type": "color",
        "$description": "Success on light surfaces."
      },
      "green-60": {
        "$value": "#3BA755",
        "$type": "color"
      },
      "green-90": {
        "$value": "#CDEFC4",
        "$type": "color"
      },
      "red-40": {
        "$value": "#BA0517",
        "$type": "color"
      },
      "red-50": {
        "$value": "#EA001E",
        "$type": "color",
        "$description": "Error / destructive (light)."
      },
      "red-60": {
        "$value": "#FE5C4C",
        "$type": "color",
        "$description": "Error / destructive (dark)."
      },
      "red-90": {
        "$value": "#FFCDC9",
        "$type": "color"
      },
      "yellow-40": {
        "$value": "#8C4B02",
        "$type": "color"
      },
      "yellow-50": {
        "$value": "#A86403",
        "$type": "color",
        "$description": "Warning on light surfaces."
      },
      "yellow-60": {
        "$value": "#CA8501",
        "$type": "color"
      },
      "yellow-90": {
        "$value": "#FCEAB3",
        "$type": "color"
      },
      "orange-50": {
        "$value": "#A96404",
        "$type": "color"
      },
      "orange-60": {
        "$value": "#DD7A01",
        "$type": "color"
      },
      "orange-70": {
        "$value": "#FE9339",
        "$type": "color"
      },
      "cloud-blue-50": {
        "$value": "#107CAD",
        "$type": "color"
      },
      "cloud-blue-70": {
        "$value": "#1AB9FF",
        "$type": "color"
      },
      "teal-50": {
        "$value": "#0B827C",
        "$type": "color"
      },
      "teal-60": {
        "$value": "#06A59A",
        "$type": "color"
      },
      "pink-50": {
        "$value": "#E3066A",
        "$type": "color"
      },
      "pink-60": {
        "$value": "#FF538A",
        "$type": "color"
      },
      "indigo-50": {
        "$value": "#5867E8",
        "$type": "color"
      },
      "indigo-60": {
        "$value": "#7F8CED",
        "$type": "color"
      },
      "purple-50": {
        "$value": "#9050E9",
        "$type": "color"
      },
      "purple-60": {
        "$value": "#AD7BEE",
        "$type": "color"
      },
      "violet-50": {
        "$value": "#BA01FF",
        "$type": "color"
      },
      "violet-60": {
        "$value": "#CB65FF",
        "$type": "color"
      }
    },
    "roles": {
      "$description": "Semantic color roles (dark mode) mapped to palette swatches",
      "background": {
        "$value": "{color.swatches.warm-gray-13}",
        "$type": "color",
        "$description": "background role → Warm Gray 13"
      },
      "surface": {
        "$value": "{color.swatches.warm-gray-12}",
        "$type": "color",
        "$description": "surface role → Warm Gray 12"
      },
      "surface-elevated": {
        "$value": "{color.swatches.warm-gray-11}",
        "$type": "color",
        "$description": "surface-elevated role → Warm Gray 11"
      },
      "text-primary": {
        "$value": "{color.swatches.warm-gray-2}",
        "$type": "color",
        "$description": "text-primary role → Warm Gray 2"
      },
      "text-secondary": {
        "$value": "{color.swatches.warm-gray-6}",
        "$type": "color",
        "$description": "text-secondary role → Warm Gray 6"
      },
      "text-tertiary": {
        "$value": "{color.swatches.warm-gray-7}",
        "$type": "color",
        "$description": "text-tertiary role → Warm Gray 7"
      },
      "primary": {
        "$value": "{color.swatches.blue-60}",
        "$type": "color",
        "$description": "primary role → Blue 60"
      },
      "primary-hover": {
        "$value": "{color.swatches.blue-50}",
        "$type": "color",
        "$description": "primary-hover role → Blue 50"
      },
      "accent": {
        "$value": "{color.swatches.blue-60}",
        "$type": "color",
        "$description": "accent role → Blue 60"
      },
      "accent-hover": {
        "$value": "{color.swatches.blue-50}",
        "$type": "color",
        "$description": "accent-hover role → Blue 50"
      },
      "warning": {
        "$value": "{color.swatches.yellow-60}",
        "$type": "color",
        "$description": "warning role → Yellow 60"
      },
      "warning-hover": {
        "$value": "{color.swatches.yellow-50}",
        "$type": "color",
        "$description": "warning-hover role → Yellow 50"
      },
      "error": {
        "$value": "{color.swatches.red-60}",
        "$type": "color",
        "$description": "error role → Red 60"
      },
      "success": {
        "$value": "{color.swatches.green-60}",
        "$type": "color",
        "$description": "success role → Green 60"
      },
      "border": {
        "$value": "{color.swatches.warm-gray-11}",
        "$type": "color",
        "$description": "border role → Warm Gray 11"
      },
      "brand-overrides": {
        "$description": "Brand-level role overrides (take precedence over palette role mappings)",
        "identity": {
          "$value": "{color.swatches.warm-gray-1}",
          "$type": "color",
          "$description": "Brand role identity → Warm Gray 1"
        },
        "on-identity": {
          "$value": "{color.swatches.warm-gray-13}",
          "$type": "color",
          "$description": "Brand role on-identity → Warm Gray 13"
        },
        "primary": {
          "$value": "{color.swatches.blue-50}",
          "$type": "color",
          "$description": "Brand role primary → Blue 50"
        },
        "primary-hover": {
          "$value": "{color.swatches.blue-40}",
          "$type": "color",
          "$description": "Brand role primary-hover → Blue 40"
        },
        "accent": {
          "$value": "{color.swatches.blue-50}",
          "$type": "color",
          "$description": "Brand role accent → Blue 50"
        },
        "accent-hover": {
          "$value": "{color.swatches.blue-40}",
          "$type": "color",
          "$description": "Brand role accent-hover → Blue 40"
        },
        "mark": {
          "$value": "{color.swatches.blue-50}",
          "$type": "color",
          "$description": "Brand role mark → Blue 50"
        },
        "success": {
          "$value": "{color.swatches.green-50}",
          "$type": "color",
          "$description": "Brand role success → Green 50"
        },
        "warning": {
          "$value": "{color.swatches.yellow-50}",
          "$type": "color",
          "$description": "Brand role warning → Yellow 50"
        },
        "error": {
          "$value": "{color.swatches.red-50}",
          "$type": "color",
          "$description": "Brand role error → Red 50"
        },
        "text-primary-light": {
          "$value": "{color.swatches.warm-gray-13}",
          "$type": "color",
          "$description": "Brand role text-primary-light → Warm Gray 13"
        },
        "text-primary-dark": {
          "$value": "{color.swatches.warm-gray-2}",
          "$type": "color",
          "$description": "Brand role text-primary-dark → Warm Gray 2"
        },
        "background-light": {
          "$value": "{color.swatches.warm-gray-1}",
          "$type": "color",
          "$description": "Brand role background-light → Warm Gray 1"
        },
        "background-dark": {
          "$value": "{color.swatches.warm-gray-13}",
          "$type": "color",
          "$description": "Brand role background-dark → Warm Gray 13"
        },
        "surface-light": {
          "$value": "{color.swatches.warm-gray-2}",
          "$type": "color",
          "$description": "Brand role surface-light → Warm Gray 2"
        },
        "surface-dark": {
          "$value": "{color.swatches.warm-gray-12}",
          "$type": "color",
          "$description": "Brand role surface-dark → Warm Gray 12"
        },
        "text-secondary-light": {
          "$value": "{color.swatches.warm-gray-9}",
          "$type": "color",
          "$description": "Brand role text-secondary-light → Warm Gray 9"
        },
        "text-tertiary-light": {
          "$value": "{color.swatches.warm-gray-10}",
          "$type": "color",
          "$description": "Brand role text-tertiary-light → Warm Gray 10"
        },
        "border-light": {
          "$value": "{color.swatches.warm-gray-5}",
          "$type": "color",
          "$description": "Brand role border-light → Warm Gray 5"
        }
      }
    }
  },
  "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": [
          "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"
      }
    }
  }
}
