{
  "$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": {
      "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"
      }
    },
    "fontFamily": {
      "heading": {
        "value": "Inter",
        "type": "fontFamilies",
        "description": "inter@1.0.0 · sans-serif"
      },
      "body": {
        "value": "Inter",
        "type": "fontFamilies",
        "description": "inter@1.0.0 · sans-serif"
      },
      "mono": {
        "value": "JetBrainsMono Nerd Font",
        "type": "fontFamilies",
        "description": "jetbrainsmono-nerdfont@1.0.0 · monospace"
      }
    },
    "fontStack": {
      "heading": {
        "value": [
          "Inter",
          "-apple-system",
          "BlinkMacSystemFont",
          "Segoe UI",
          "Roboto",
          "Helvetica Neue",
          "Arial",
          "sans-serif"
        ],
        "type": "fontFamilies"
      },
      "body": {
        "value": [
          "Inter",
          "-apple-system",
          "BlinkMacSystemFont",
          "Segoe UI",
          "Roboto",
          "Helvetica Neue",
          "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.white}",
        "type": "color"
      },
      "surface": {
        "value": "{global.color.gray-100}",
        "type": "color"
      },
      "surface-elevated": {
        "value": "{global.color.white}",
        "type": "color"
      },
      "text-primary": {
        "value": "{global.color.charcoal}",
        "type": "color"
      },
      "text-secondary": {
        "value": "{global.color.gray-700}",
        "type": "color"
      },
      "text-tertiary": {
        "value": "{global.color.gray-500}",
        "type": "color"
      },
      "primary": {
        "value": "{global.color.amd-red}",
        "type": "color"
      },
      "primary-hover": {
        "value": "{global.color.amd-red}",
        "type": "color"
      },
      "accent": {
        "value": "{global.color.amd-blue}",
        "type": "color"
      },
      "accent-hover": {
        "value": "{global.color.amd-blue}",
        "type": "color"
      },
      "error": {
        "value": "{global.color.danger}",
        "type": "color"
      },
      "border": {
        "value": "{global.color.gray-300}",
        "type": "color"
      }
    }
  },
  "role-dark": {
    "color": {
      "background": {
        "value": "{global.color.black}",
        "type": "color"
      },
      "surface": {
        "value": "{global.color.charcoal}",
        "type": "color"
      },
      "surface-elevated": {
        "value": "{global.color.charcoal}",
        "type": "color"
      },
      "text-primary": {
        "value": "{global.color.white}",
        "type": "color"
      },
      "text-secondary": {
        "value": "{global.color.gray-200}",
        "type": "color"
      },
      "text-tertiary": {
        "value": "{global.color.gray-500}",
        "type": "color"
      },
      "primary": {
        "value": "{global.color.amd-red}",
        "type": "color"
      },
      "primary-hover": {
        "value": "{global.color.amd-red}",
        "type": "color"
      },
      "accent": {
        "value": "{global.color.amd-blue}",
        "type": "color"
      },
      "accent-hover": {
        "value": "{global.color.amd-blue}",
        "type": "color"
      },
      "error": {
        "value": "{global.color.danger}",
        "type": "color"
      },
      "border": {
        "value": "{global.color.charcoal}",
        "type": "color"
      }
    }
  },
  "brand": {
    "color": {
      "identity": {
        "value": "{global.color.black}",
        "type": "color"
      },
      "on-identity": {
        "value": "{global.color.white}",
        "type": "color"
      },
      "primary": {
        "value": "{global.color.amd-red}",
        "type": "color"
      },
      "primary-hover": {
        "value": "{global.color.amd-red}",
        "type": "color"
      },
      "accent": {
        "value": "{global.color.amd-blue}",
        "type": "color"
      },
      "mark": {
        "value": "{global.color.amd-red}",
        "type": "color"
      },
      "error": {
        "value": "{global.color.danger}",
        "type": "color"
      },
      "background-light": {
        "value": "{global.color.white}",
        "type": "color"
      },
      "background-dark": {
        "value": "{global.color.black}",
        "type": "color"
      },
      "surface-light": {
        "value": "{global.color.gray-100}",
        "type": "color"
      },
      "surface-dark": {
        "value": "{global.color.charcoal}",
        "type": "color"
      },
      "text-primary-light": {
        "value": "{global.color.charcoal}",
        "type": "color"
      },
      "text-primary-dark": {
        "value": "{global.color.white}",
        "type": "color"
      },
      "text-secondary-light": {
        "value": "{global.color.gray-700}",
        "type": "color"
      },
      "text-tertiary-light": {
        "value": "{global.color.gray-500}",
        "type": "color"
      },
      "border-light": {
        "value": "{global.color.gray-300}",
        "type": "color"
      }
    }
  },
  "$metadata": {
    "name": "AMD",
    "ref": "amd@1.0.0",
    "paletteRef": "amd@1.0.0",
    "generatedBy": "brand-atoms converter"
  }
}
