{
  "$description": "Brand: Amazon — light mode",
  "color": {
    "swatches": {
      "$description": "Source-of-truth color swatches from palette amazon@1.0.0",
      "amazon-orange": {
        "$value": "#FF9900",
        "$type": "color",
        "$description": "Primary Amazon brand orange — the \"smile\" of the wordmark and the principal CTA color."
      },
      "amazon-orange-dark": {
        "$value": "#E47911",
        "$type": "color",
        "$description": "Darker orange for pressed/active states on the primary CTA."
      },
      "amazon-squid-ink": {
        "$value": "#232F3E",
        "$type": "color",
        "$description": "Deep navy — the Amazon retail navigation band and AWS console chrome."
      },
      "amazon-squid-ink-light": {
        "$value": "#37475A",
        "$type": "color",
        "$description": "Secondary navigation band on amazon.com retail surfaces."
      },
      "amazon-anchor": {
        "$value": "#131A22",
        "$type": "color",
        "$description": "Darkest navy used on the retail mega-nav and dark-mode canvas."
      },
      "amazon-yellow": {
        "$value": "#FFD814",
        "$type": "color",
        "$description": "Add-to-Cart button yellow — secondary CTA color across the retail product detail page."
      },
      "amazon-yellow-dark": {
        "$value": "#F7CA00",
        "$type": "color",
        "$description": "Pressed state for the yellow secondary CTA."
      },
      "amazon-link": {
        "$value": "#007185",
        "$type": "color",
        "$description": "Teal link color on amazon.com retail."
      },
      "amazon-link-hover": {
        "$value": "#C7511F",
        "$type": "color",
        "$description": "Hover color for product links — a rust-toned orange."
      },
      "amazon-ink": {
        "$value": "#0F1111",
        "$type": "color",
        "$description": "Primary text on the light retail canvas — near-black warm gray."
      },
      "amazon-gray": {
        "$value": "#565959",
        "$type": "color",
        "$description": "Secondary text and metadata."
      },
      "amazon-gray-light": {
        "$value": "#888C8C",
        "$type": "color",
        "$description": "Tertiary text and disabled states."
      },
      "amazon-surface": {
        "$value": "#EAEDED",
        "$type": "color",
        "$description": "Quiet surface — the retail \"card\" backgrounds and footer."
      },
      "amazon-white": {
        "$value": "#FFFFFF",
        "$type": "color",
        "$description": "Primary canvas on the retail site."
      }
    },
    "roles": {
      "$description": "Semantic color roles (light mode) mapped to palette swatches",
      "background": {
        "$value": "{color.swatches.amazon-white}",
        "$type": "color",
        "$description": "background role → Amazon White"
      },
      "surface": {
        "$value": "{color.swatches.amazon-surface}",
        "$type": "color",
        "$description": "surface role → Amazon Surface"
      },
      "surface-elevated": {
        "$value": "{color.swatches.amazon-white}",
        "$type": "color",
        "$description": "surface-elevated role → Amazon White"
      },
      "text-primary": {
        "$value": "{color.swatches.amazon-ink}",
        "$type": "color",
        "$description": "text-primary role → Amazon Ink"
      },
      "text-secondary": {
        "$value": "{color.swatches.amazon-gray}",
        "$type": "color",
        "$description": "text-secondary role → Amazon Gray"
      },
      "text-tertiary": {
        "$value": "{color.swatches.amazon-gray-light}",
        "$type": "color",
        "$description": "text-tertiary role → Amazon Gray Light"
      },
      "primary": {
        "$value": "{color.swatches.amazon-orange}",
        "$type": "color",
        "$description": "primary role → Amazon Orange"
      },
      "primary-hover": {
        "$value": "{color.swatches.amazon-orange-dark}",
        "$type": "color",
        "$description": "primary-hover role → Amazon Orange Dark"
      },
      "accent": {
        "$value": "{color.swatches.amazon-yellow}",
        "$type": "color",
        "$description": "accent role → Amazon Yellow"
      },
      "accent-hover": {
        "$value": "{color.swatches.amazon-yellow-dark}",
        "$type": "color",
        "$description": "accent-hover role → Amazon Yellow Dark"
      },
      "warning": {
        "$value": "{color.swatches.amazon-orange}",
        "$type": "color",
        "$description": "warning role → Amazon Orange"
      },
      "warning-hover": {
        "$value": "{color.swatches.amazon-orange-dark}",
        "$type": "color",
        "$description": "warning-hover role → Amazon Orange Dark"
      },
      "error": {
        "$value": "{color.swatches.amazon-link-hover}",
        "$type": "color",
        "$description": "error role → Amazon Link Hover"
      },
      "success": {
        "$value": "{color.swatches.amazon-link}",
        "$type": "color",
        "$description": "success role → Amazon Link"
      },
      "brand-overrides": {
        "$description": "Brand-level role overrides (take precedence over palette role mappings)",
        "identity": {
          "$value": "{color.swatches.amazon-orange}",
          "$type": "color",
          "$description": "Brand role identity → Amazon Orange"
        },
        "on-identity": {
          "$value": "{color.swatches.amazon-ink}",
          "$type": "color",
          "$description": "Brand role on-identity → Amazon Ink"
        },
        "background": {
          "$value": "{color.swatches.amazon-white}",
          "$type": "color",
          "$description": "Brand role background → Amazon White"
        },
        "surface": {
          "$value": "{color.swatches.amazon-surface}",
          "$type": "color",
          "$description": "Brand role surface → Amazon Surface"
        },
        "surface-elevated": {
          "$value": "{color.swatches.amazon-white}",
          "$type": "color",
          "$description": "Brand role surface-elevated → Amazon White"
        },
        "text-primary": {
          "$value": "{color.swatches.amazon-ink}",
          "$type": "color",
          "$description": "Brand role text-primary → Amazon Ink"
        },
        "text-secondary": {
          "$value": "{color.swatches.amazon-gray}",
          "$type": "color",
          "$description": "Brand role text-secondary → Amazon Gray"
        },
        "text-tertiary": {
          "$value": "{color.swatches.amazon-gray-light}",
          "$type": "color",
          "$description": "Brand role text-tertiary → Amazon Gray Light"
        },
        "primary": {
          "$value": "{color.swatches.amazon-orange}",
          "$type": "color",
          "$description": "Brand role primary → Amazon Orange"
        },
        "primary-hover": {
          "$value": "{color.swatches.amazon-orange-dark}",
          "$type": "color",
          "$description": "Brand role primary-hover → Amazon Orange Dark"
        },
        "accent": {
          "$value": "{color.swatches.amazon-yellow}",
          "$type": "color",
          "$description": "Brand role accent → Amazon Yellow"
        },
        "accent-hover": {
          "$value": "{color.swatches.amazon-yellow-dark}",
          "$type": "color",
          "$description": "Brand role accent-hover → Amazon Yellow Dark"
        },
        "mark": {
          "$value": "{color.swatches.amazon-orange}",
          "$type": "color",
          "$description": "Brand role mark → Amazon Orange"
        },
        "text-emphasis": {
          "$value": "{color.swatches.amazon-ink}",
          "$type": "color",
          "$description": "Brand role text-emphasis → Amazon Ink"
        },
        "text-muted": {
          "$value": "{color.swatches.amazon-gray}",
          "$type": "color",
          "$description": "Brand role text-muted → Amazon Gray"
        },
        "chrome": {
          "$value": "{color.swatches.amazon-squid-ink}",
          "$type": "color",
          "$description": "Brand role chrome → Amazon Squid Ink"
        },
        "chrome-deep": {
          "$value": "{color.swatches.amazon-anchor}",
          "$type": "color",
          "$description": "Brand role chrome-deep → Amazon Anchor"
        },
        "link": {
          "$value": "{color.swatches.amazon-link}",
          "$type": "color",
          "$description": "Brand role link → Amazon Link"
        },
        "link-hover": {
          "$value": "{color.swatches.amazon-link-hover}",
          "$type": "color",
          "$description": "Brand role link-hover → Amazon Link Hover"
        }
      }
    }
  },
  "font": {
    "$description": "Typography roles mapped to font atoms",
    "heading": {
      "family": {
        "$value": [
          "Amazon Ember",
          "Inter",
          "-apple-system",
          "BlinkMacSystemFont",
          "Segoe UI",
          "Helvetica Neue",
          "Arial",
          "sans-serif"
        ],
        "$type": "fontFamily",
        "$description": "heading role → Amazon Ember (amazon-ember@1.0.0)"
      },
      "weight": {
        "300": {
          "$value": 300,
          "$type": "fontWeight"
        },
        "400": {
          "$value": 400,
          "$type": "fontWeight"
        },
        "500": {
          "$value": 500,
          "$type": "fontWeight"
        },
        "700": {
          "$value": 700,
          "$type": "fontWeight"
        },
        "$description": "Available font weights"
      }
    },
    "body": {
      "family": {
        "$value": [
          "Amazon Ember",
          "Inter",
          "-apple-system",
          "BlinkMacSystemFont",
          "Segoe UI",
          "Helvetica Neue",
          "Arial",
          "sans-serif"
        ],
        "$type": "fontFamily",
        "$description": "body role → Amazon Ember (amazon-ember@1.0.0)"
      },
      "weight": {
        "300": {
          "$value": 300,
          "$type": "fontWeight"
        },
        "400": {
          "$value": 400,
          "$type": "fontWeight"
        },
        "500": {
          "$value": 500,
          "$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"
      }
    }
  }
}
