{
  "$description": "Brand: Amazon Web Services — dark mode",
  "color": {
    "swatches": {
      "$description": "Source-of-truth color swatches from palette aws@1.0.0",
      "aws-smile-orange": {
        "$value": "#FF9900",
        "$type": "color",
        "$description": "The signature AWS orange — the arrow-and-smile that identifies the AWS sub-brand and the principal CTA color across aws.amazon.com.\n"
      },
      "aws-rind": {
        "$value": "#EC7211",
        "$type": "color",
        "$description": "Deeper orange used on pressed/active states for the primary CTA and as the headline accent on dark canvases.\n"
      },
      "aws-squid-ink": {
        "$value": "#232F3E",
        "$type": "color",
        "$description": "The AWS Management Console chrome navy. The canonical dark-canvas color across AWS architecture diagrams and the Architecture Icons toolkit.\n"
      },
      "aws-anchor": {
        "$value": "#161E2D",
        "$type": "color",
        "$description": "Darker navy used on console mega-navigation surfaces and the dark-mode page canvas.\n"
      },
      "aws-navy-light": {
        "$value": "#37475A",
        "$type": "color",
        "$description": "Secondary navigation band — sits one tone lighter than Squid Ink for layered chrome on the console.\n"
      },
      "aws-link": {
        "$value": "#0972D3",
        "$type": "color",
        "$description": "Console link / interactive blue. The AWS Cloudscape design system documents this hex as the link primary.\n"
      },
      "aws-link-hover": {
        "$value": "#033160",
        "$type": "color",
        "$description": "Pressed/hovered state for the AWS console link blue.\n"
      },
      "aws-success": {
        "$value": "#037F0C",
        "$type": "color",
        "$description": "Cloudscape success green — used for confirmation states."
      },
      "aws-error": {
        "$value": "#D13212",
        "$type": "color",
        "$description": "Cloudscape error red — destructive and validation-failure states."
      },
      "aws-warning": {
        "$value": "#B7740D",
        "$type": "color",
        "$description": "Cloudscape warning amber — caution / pending states."
      },
      "aws-ink": {
        "$value": "#16191F",
        "$type": "color",
        "$description": "Primary text on light surfaces — Cloudscape's neutral text."
      },
      "aws-gray": {
        "$value": "#545B64",
        "$type": "color",
        "$description": "Secondary text and metadata on light surfaces."
      },
      "aws-gray-light": {
        "$value": "#879596",
        "$type": "color",
        "$description": "Tertiary text and disabled UI on light surfaces."
      },
      "aws-surface": {
        "$value": "#F2F3F3",
        "$type": "color",
        "$description": "Quiet surface — Cloudscape page-level background tint."
      },
      "aws-white": {
        "$value": "#FFFFFF",
        "$type": "color",
        "$description": "Primary canvas on marketing surfaces and console cards."
      }
    },
    "roles": {
      "$description": "Semantic color roles (dark mode) mapped to palette swatches",
      "background": {
        "$value": "{color.swatches.aws-anchor}",
        "$type": "color",
        "$description": "background role → AWS Anchor"
      },
      "surface": {
        "$value": "{color.swatches.aws-squid-ink}",
        "$type": "color",
        "$description": "surface role → AWS Squid Ink"
      },
      "surface-elevated": {
        "$value": "{color.swatches.aws-navy-light}",
        "$type": "color",
        "$description": "surface-elevated role → AWS Navy Light"
      },
      "text-primary": {
        "$value": "{color.swatches.aws-white}",
        "$type": "color",
        "$description": "text-primary role → AWS White"
      },
      "text-secondary": {
        "$value": "{color.swatches.aws-surface}",
        "$type": "color",
        "$description": "text-secondary role → AWS Surface"
      },
      "text-tertiary": {
        "$value": "{color.swatches.aws-gray-light}",
        "$type": "color",
        "$description": "text-tertiary role → AWS Gray Light"
      },
      "primary": {
        "$value": "{color.swatches.aws-smile-orange}",
        "$type": "color",
        "$description": "primary role → AWS Smile Orange"
      },
      "primary-hover": {
        "$value": "{color.swatches.aws-rind}",
        "$type": "color",
        "$description": "primary-hover role → AWS Rind"
      },
      "accent": {
        "$value": "{color.swatches.aws-link}",
        "$type": "color",
        "$description": "accent role → AWS Link"
      },
      "accent-hover": {
        "$value": "{color.swatches.aws-link-hover}",
        "$type": "color",
        "$description": "accent-hover role → AWS Link Hover"
      },
      "warning": {
        "$value": "{color.swatches.aws-warning}",
        "$type": "color",
        "$description": "warning role → AWS Warning"
      },
      "warning-hover": {
        "$value": "{color.swatches.aws-rind}",
        "$type": "color",
        "$description": "warning-hover role → AWS Rind"
      },
      "error": {
        "$value": "{color.swatches.aws-error}",
        "$type": "color",
        "$description": "error role → AWS Error"
      },
      "success": {
        "$value": "{color.swatches.aws-success}",
        "$type": "color",
        "$description": "success role → AWS Success"
      },
      "brand-overrides": {
        "$description": "Brand-level role overrides (take precedence over palette role mappings)",
        "identity": {
          "$value": "{color.swatches.aws-squid-ink}",
          "$type": "color",
          "$description": "Brand role identity → AWS Squid Ink"
        },
        "on-identity": {
          "$value": "{color.swatches.aws-smile-orange}",
          "$type": "color",
          "$description": "Brand role on-identity → AWS Smile Orange"
        },
        "primary": {
          "$value": "{color.swatches.aws-smile-orange}",
          "$type": "color",
          "$description": "Brand role primary → AWS Smile Orange"
        },
        "primary-hover": {
          "$value": "{color.swatches.aws-rind}",
          "$type": "color",
          "$description": "Brand role primary-hover → AWS Rind"
        },
        "accent": {
          "$value": "{color.swatches.aws-link}",
          "$type": "color",
          "$description": "Brand role accent → AWS Link"
        },
        "accent-hover": {
          "$value": "{color.swatches.aws-link-hover}",
          "$type": "color",
          "$description": "Brand role accent-hover → AWS Link Hover"
        },
        "background": {
          "$value": "{color.swatches.aws-white}",
          "$type": "color",
          "$description": "Brand role background → AWS White"
        },
        "surface": {
          "$value": "{color.swatches.aws-surface}",
          "$type": "color",
          "$description": "Brand role surface → AWS Surface"
        },
        "surface-elevated": {
          "$value": "{color.swatches.aws-white}",
          "$type": "color",
          "$description": "Brand role surface-elevated → AWS White"
        },
        "text-primary": {
          "$value": "{color.swatches.aws-ink}",
          "$type": "color",
          "$description": "Brand role text-primary → AWS Ink"
        },
        "text-secondary": {
          "$value": "{color.swatches.aws-gray}",
          "$type": "color",
          "$description": "Brand role text-secondary → AWS Gray"
        },
        "text-tertiary": {
          "$value": "{color.swatches.aws-gray-light}",
          "$type": "color",
          "$description": "Brand role text-tertiary → AWS Gray Light"
        },
        "chrome": {
          "$value": "{color.swatches.aws-squid-ink}",
          "$type": "color",
          "$description": "Brand role chrome → AWS Squid Ink"
        },
        "chrome-deep": {
          "$value": "{color.swatches.aws-anchor}",
          "$type": "color",
          "$description": "Brand role chrome-deep → AWS Anchor"
        },
        "chrome-light": {
          "$value": "{color.swatches.aws-navy-light}",
          "$type": "color",
          "$description": "Brand role chrome-light → AWS Navy Light"
        },
        "mark-orange": {
          "$value": "{color.swatches.aws-smile-orange}",
          "$type": "color",
          "$description": "Brand role mark-orange → AWS Smile Orange"
        },
        "mark-canvas": {
          "$value": "{color.swatches.aws-squid-ink}",
          "$type": "color",
          "$description": "Brand role mark-canvas → AWS Squid Ink"
        }
      }
    }
  },
  "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"
      }
    }
  }
}
