{
  "$description": "Brand: AMD — light mode",
  "color": {
    "swatches": {
      "$description": "Source-of-truth color swatches from palette amd@1.0.0",
      "amd-red": {
        "$value": "#ED1C24",
        "$type": "color",
        "$description": "The signature AMD wordmark red. The brand's identity color and the only chromatic primary in the system.\n"
      },
      "black": {
        "$value": "#1A1A1B",
        "$type": "color",
        "$description": "Near-black page canvas on amd.com's marketing surfaces. Primary background in the brand's dark posture.\n"
      },
      "charcoal": {
        "$value": "#27282B",
        "$type": "color",
        "$description": "Elevated surface on the dark canvas; titles in light mode.\n"
      },
      "white": {
        "$value": "#FFFFFF",
        "$type": "color",
        "$description": "Page canvas on light-mode surfaces; text on the dark canvas.\n"
      },
      "gray-100": {
        "$value": "#F1F1F2",
        "$type": "color",
        "$description": "Light-mode surface tint; quiet background."
      },
      "gray-200": {
        "$value": "#E1E1E2",
        "$type": "color",
        "$description": "Subtitle / body text on the dark canvas."
      },
      "gray-300": {
        "$value": "#DEE2E6",
        "$type": "color",
        "$description": "Border on light-mode surfaces."
      },
      "gray-500": {
        "$value": "#9D9FA2",
        "$type": "color",
        "$description": "Placeholder / divider; tertiary text on dark."
      },
      "gray-600": {
        "$value": "#747579",
        "$type": "color",
        "$description": "Mid-gray for inactive controls."
      },
      "gray-700": {
        "$value": "#636466",
        "$type": "color",
        "$description": "Secondary text / placeholder on light canvas."
      },
      "amd-blue": {
        "$value": "#0051C6",
        "$type": "color",
        "$description": "Cooler blue used in partner / link contexts on the live site. A secondary accent, not the brand primary.\n"
      },
      "danger": {
        "$value": "#DC3545",
        "$type": "color",
        "$description": "System error red for destructive / failure states. Visually distinct from AMD Red so that the brand mark does not read as \"error\" inside the product UI.\n"
      }
    },
    "roles": {
      "$description": "Semantic color roles (light mode) mapped to palette swatches",
      "background": {
        "$value": "{color.swatches.white}",
        "$type": "color",
        "$description": "background role → White"
      },
      "surface": {
        "$value": "{color.swatches.gray-100}",
        "$type": "color",
        "$description": "surface role → Gray 100"
      },
      "surface-elevated": {
        "$value": "{color.swatches.white}",
        "$type": "color",
        "$description": "surface-elevated role → White"
      },
      "text-primary": {
        "$value": "{color.swatches.charcoal}",
        "$type": "color",
        "$description": "text-primary role → Charcoal"
      },
      "text-secondary": {
        "$value": "{color.swatches.gray-700}",
        "$type": "color",
        "$description": "text-secondary role → Gray 700"
      },
      "text-tertiary": {
        "$value": "{color.swatches.gray-500}",
        "$type": "color",
        "$description": "text-tertiary role → Gray 500"
      },
      "primary": {
        "$value": "{color.swatches.amd-red}",
        "$type": "color",
        "$description": "primary role → AMD Red"
      },
      "primary-hover": {
        "$value": "{color.swatches.amd-red}",
        "$type": "color",
        "$description": "primary-hover role → AMD Red"
      },
      "accent": {
        "$value": "{color.swatches.amd-blue}",
        "$type": "color",
        "$description": "accent role → AMD Blue"
      },
      "accent-hover": {
        "$value": "{color.swatches.amd-blue}",
        "$type": "color",
        "$description": "accent-hover role → AMD Blue"
      },
      "error": {
        "$value": "{color.swatches.danger}",
        "$type": "color",
        "$description": "error role → Danger Red"
      },
      "border": {
        "$value": "{color.swatches.gray-300}",
        "$type": "color",
        "$description": "border role → Gray 300"
      },
      "brand-overrides": {
        "$description": "Brand-level role overrides (take precedence over palette role mappings)",
        "identity": {
          "$value": "{color.swatches.black}",
          "$type": "color",
          "$description": "Brand role identity → Black"
        },
        "on-identity": {
          "$value": "{color.swatches.white}",
          "$type": "color",
          "$description": "Brand role on-identity → White"
        },
        "primary": {
          "$value": "{color.swatches.amd-red}",
          "$type": "color",
          "$description": "Brand role primary → AMD Red"
        },
        "primary-hover": {
          "$value": "{color.swatches.amd-red}",
          "$type": "color",
          "$description": "Brand role primary-hover → AMD Red"
        },
        "accent": {
          "$value": "{color.swatches.amd-blue}",
          "$type": "color",
          "$description": "Brand role accent → AMD Blue"
        },
        "mark": {
          "$value": "{color.swatches.amd-red}",
          "$type": "color",
          "$description": "Brand role mark → AMD Red"
        },
        "error": {
          "$value": "{color.swatches.danger}",
          "$type": "color",
          "$description": "Brand role error → Danger Red"
        },
        "background-light": {
          "$value": "{color.swatches.white}",
          "$type": "color",
          "$description": "Brand role background-light → White"
        },
        "background-dark": {
          "$value": "{color.swatches.black}",
          "$type": "color",
          "$description": "Brand role background-dark → Black"
        },
        "surface-light": {
          "$value": "{color.swatches.gray-100}",
          "$type": "color",
          "$description": "Brand role surface-light → Gray 100"
        },
        "surface-dark": {
          "$value": "{color.swatches.charcoal}",
          "$type": "color",
          "$description": "Brand role surface-dark → Charcoal"
        },
        "text-primary-light": {
          "$value": "{color.swatches.charcoal}",
          "$type": "color",
          "$description": "Brand role text-primary-light → Charcoal"
        },
        "text-primary-dark": {
          "$value": "{color.swatches.white}",
          "$type": "color",
          "$description": "Brand role text-primary-dark → White"
        },
        "text-secondary-light": {
          "$value": "{color.swatches.gray-700}",
          "$type": "color",
          "$description": "Brand role text-secondary-light → Gray 700"
        },
        "text-tertiary-light": {
          "$value": "{color.swatches.gray-500}",
          "$type": "color",
          "$description": "Brand role text-tertiary-light → Gray 500"
        },
        "border-light": {
          "$value": "{color.swatches.gray-300}",
          "$type": "color",
          "$description": "Brand role border-light → Gray 300"
        }
      }
    }
  },
  "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"
      }
    }
  }
}
