{
  "$description": "Brand: Docker — light mode",
  "color": {
    "swatches": {
      "$description": "Source-of-truth color swatches from palette docker@1.0.0",
      "docker-blue": {
        "$value": "#2496ED",
        "$type": "color",
        "$description": "Primary Docker brand blue — the fill of the Moby whale and the principal CTA color across docker.com and Docker Desktop.\n"
      },
      "docker-blue-bright": {
        "$value": "#0DB7ED",
        "$type": "color",
        "$description": "Brighter cyan-blue used in Docker marketing illustrations and on dark-canvas hero compositions.\n"
      },
      "docker-navy": {
        "$value": "#0A1F44",
        "$type": "color",
        "$description": "Deep navy used in dark-mode marketing surfaces and as the chrome canvas for Docker Hub on dark theme.\n"
      },
      "docker-navy-deep": {
        "$value": "#06122A",
        "$type": "color",
        "$description": "Darkest navy used on dark-mode page canvas."
      },
      "docker-blue-dark": {
        "$value": "#1769A6",
        "$type": "color",
        "$description": "Pressed/active state for the primary CTA on light surfaces."
      },
      "docker-ink": {
        "$value": "#17191E",
        "$type": "color",
        "$description": "Primary text on light surfaces."
      },
      "docker-gray": {
        "$value": "#677285",
        "$type": "color",
        "$description": "Secondary text and metadata."
      },
      "docker-gray-light": {
        "$value": "#8993A5",
        "$type": "color",
        "$description": "Tertiary text and disabled UI."
      },
      "docker-surface": {
        "$value": "#F4F6F9",
        "$type": "color",
        "$description": "Quiet surface — card backgrounds on docker.com."
      },
      "docker-border": {
        "$value": "#E1E2E6",
        "$type": "color",
        "$description": "Hairline borders and dividers."
      },
      "docker-white": {
        "$value": "#FFFFFF",
        "$type": "color",
        "$description": "Primary canvas on light surfaces."
      },
      "docker-success": {
        "$value": "#1CB97A",
        "$type": "color",
        "$description": "Confirmation / healthy-container state."
      },
      "docker-warning": {
        "$value": "#F2A33A",
        "$type": "color",
        "$description": "Caution state on Docker Desktop chrome."
      },
      "docker-error": {
        "$value": "#E2574C",
        "$type": "color",
        "$description": "Destructive / unhealthy-container state."
      }
    },
    "roles": {
      "$description": "Semantic color roles (light mode) mapped to palette swatches",
      "background": {
        "$value": "{color.swatches.docker-white}",
        "$type": "color",
        "$description": "background role → Docker White"
      },
      "surface": {
        "$value": "{color.swatches.docker-surface}",
        "$type": "color",
        "$description": "surface role → Docker Surface"
      },
      "surface-elevated": {
        "$value": "{color.swatches.docker-white}",
        "$type": "color",
        "$description": "surface-elevated role → Docker White"
      },
      "text-primary": {
        "$value": "{color.swatches.docker-ink}",
        "$type": "color",
        "$description": "text-primary role → Docker Ink"
      },
      "text-secondary": {
        "$value": "{color.swatches.docker-gray}",
        "$type": "color",
        "$description": "text-secondary role → Docker Gray"
      },
      "text-tertiary": {
        "$value": "{color.swatches.docker-gray-light}",
        "$type": "color",
        "$description": "text-tertiary role → Docker Gray Light"
      },
      "primary": {
        "$value": "{color.swatches.docker-blue}",
        "$type": "color",
        "$description": "primary role → Docker Blue"
      },
      "primary-hover": {
        "$value": "{color.swatches.docker-blue-dark}",
        "$type": "color",
        "$description": "primary-hover role → Docker Blue Dark"
      },
      "accent": {
        "$value": "{color.swatches.docker-blue-bright}",
        "$type": "color",
        "$description": "accent role → Docker Blue Bright"
      },
      "accent-hover": {
        "$value": "{color.swatches.docker-blue}",
        "$type": "color",
        "$description": "accent-hover role → Docker Blue"
      },
      "warning": {
        "$value": "{color.swatches.docker-warning}",
        "$type": "color",
        "$description": "warning role → Docker Warning"
      },
      "warning-hover": {
        "$value": "{color.swatches.docker-error}",
        "$type": "color",
        "$description": "warning-hover role → Docker Error"
      },
      "error": {
        "$value": "{color.swatches.docker-error}",
        "$type": "color",
        "$description": "error role → Docker Error"
      },
      "success": {
        "$value": "{color.swatches.docker-success}",
        "$type": "color",
        "$description": "success role → Docker Success"
      },
      "border": {
        "$value": "{color.swatches.docker-border}",
        "$type": "color",
        "$description": "border role → Docker Border"
      },
      "brand-overrides": {
        "$description": "Brand-level role overrides (take precedence over palette role mappings)",
        "identity": {
          "$value": "{color.swatches.docker-blue}",
          "$type": "color",
          "$description": "Brand role identity → Docker Blue"
        },
        "on-identity": {
          "$value": "{color.swatches.docker-white}",
          "$type": "color",
          "$description": "Brand role on-identity → Docker White"
        },
        "primary": {
          "$value": "{color.swatches.docker-blue}",
          "$type": "color",
          "$description": "Brand role primary → Docker Blue"
        },
        "primary-hover": {
          "$value": "{color.swatches.docker-blue-dark}",
          "$type": "color",
          "$description": "Brand role primary-hover → Docker Blue Dark"
        },
        "accent": {
          "$value": "{color.swatches.docker-blue-bright}",
          "$type": "color",
          "$description": "Brand role accent → Docker Blue Bright"
        },
        "accent-hover": {
          "$value": "{color.swatches.docker-blue}",
          "$type": "color",
          "$description": "Brand role accent-hover → Docker Blue"
        },
        "background": {
          "$value": "{color.swatches.docker-white}",
          "$type": "color",
          "$description": "Brand role background → Docker White"
        },
        "surface": {
          "$value": "{color.swatches.docker-surface}",
          "$type": "color",
          "$description": "Brand role surface → Docker Surface"
        },
        "surface-elevated": {
          "$value": "{color.swatches.docker-white}",
          "$type": "color",
          "$description": "Brand role surface-elevated → Docker White"
        },
        "text-primary": {
          "$value": "{color.swatches.docker-ink}",
          "$type": "color",
          "$description": "Brand role text-primary → Docker Ink"
        },
        "text-secondary": {
          "$value": "{color.swatches.docker-gray}",
          "$type": "color",
          "$description": "Brand role text-secondary → Docker Gray"
        },
        "text-tertiary": {
          "$value": "{color.swatches.docker-gray-light}",
          "$type": "color",
          "$description": "Brand role text-tertiary → Docker Gray Light"
        },
        "chrome": {
          "$value": "{color.swatches.docker-navy}",
          "$type": "color",
          "$description": "Brand role chrome → Docker Navy"
        },
        "chrome-deep": {
          "$value": "{color.swatches.docker-navy-deep}",
          "$type": "color",
          "$description": "Brand role chrome-deep → Docker Navy Deep"
        },
        "mark": {
          "$value": "{color.swatches.docker-blue}",
          "$type": "color",
          "$description": "Brand role mark → Docker Blue"
        }
      }
    }
  },
  "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"
      }
    }
  }
}
