{
  "$description": "Brand: Kubernetes — light mode",
  "color": {
    "swatches": {
      "$description": "Source-of-truth color swatches from palette kubernetes@1.0.0",
      "k8s-blue": {
        "$value": "#326CE5",
        "$type": "color",
        "$description": "The Kubernetes signature blue — the fill of the helm-wheel mark and the principal accent across kubernetes.io.\n"
      },
      "k8s-blue-dark": {
        "$value": "#2956B2",
        "$type": "color",
        "$description": "Pressed/active state for the primary CTA."
      },
      "k8s-blue-light": {
        "$value": "#7493E0",
        "$type": "color",
        "$description": "Soft accent used on illustrations and tags."
      },
      "k8s-navy": {
        "$value": "#0B132B",
        "$type": "color",
        "$description": "Dark-mode canvas color — the navy used on the kubernetes.io dark-theme hero and on CNCF presentation chrome.\n"
      },
      "k8s-navy-deep": {
        "$value": "#050911",
        "$type": "color",
        "$description": "Darkest navy used as the page-level dark canvas."
      },
      "k8s-ink": {
        "$value": "#303030",
        "$type": "color",
        "$description": "Primary text on light surfaces."
      },
      "k8s-gray": {
        "$value": "#5F6368",
        "$type": "color",
        "$description": "Secondary text and metadata."
      },
      "k8s-gray-light": {
        "$value": "#9AA0A6",
        "$type": "color",
        "$description": "Tertiary text and disabled UI."
      },
      "k8s-surface": {
        "$value": "#F1F3F4",
        "$type": "color",
        "$description": "Quiet surface — card backgrounds on kubernetes.io."
      },
      "k8s-border": {
        "$value": "#DADCE0",
        "$type": "color",
        "$description": "Hairline borders and dividers."
      },
      "k8s-white": {
        "$value": "#FFFFFF",
        "$type": "color",
        "$description": "Primary canvas on light surfaces."
      },
      "k8s-success": {
        "$value": "#0F9D58",
        "$type": "color",
        "$description": "Healthy / ready pod state."
      },
      "k8s-warning": {
        "$value": "#F4B400",
        "$type": "color",
        "$description": "Pending / scheduling state."
      },
      "k8s-error": {
        "$value": "#DB4437",
        "$type": "color",
        "$description": "Failed / crash-loop state."
      }
    },
    "roles": {
      "$description": "Semantic color roles (light mode) mapped to palette swatches",
      "background": {
        "$value": "{color.swatches.k8s-white}",
        "$type": "color",
        "$description": "background role → Kubernetes White"
      },
      "surface": {
        "$value": "{color.swatches.k8s-surface}",
        "$type": "color",
        "$description": "surface role → Kubernetes Surface"
      },
      "surface-elevated": {
        "$value": "{color.swatches.k8s-white}",
        "$type": "color",
        "$description": "surface-elevated role → Kubernetes White"
      },
      "text-primary": {
        "$value": "{color.swatches.k8s-ink}",
        "$type": "color",
        "$description": "text-primary role → Kubernetes Ink"
      },
      "text-secondary": {
        "$value": "{color.swatches.k8s-gray}",
        "$type": "color",
        "$description": "text-secondary role → Kubernetes Gray"
      },
      "text-tertiary": {
        "$value": "{color.swatches.k8s-gray-light}",
        "$type": "color",
        "$description": "text-tertiary role → Kubernetes Gray Light"
      },
      "primary": {
        "$value": "{color.swatches.k8s-blue}",
        "$type": "color",
        "$description": "primary role → Kubernetes Blue"
      },
      "primary-hover": {
        "$value": "{color.swatches.k8s-blue-dark}",
        "$type": "color",
        "$description": "primary-hover role → Kubernetes Blue Dark"
      },
      "accent": {
        "$value": "{color.swatches.k8s-blue-light}",
        "$type": "color",
        "$description": "accent role → Kubernetes Blue Light"
      },
      "accent-hover": {
        "$value": "{color.swatches.k8s-blue}",
        "$type": "color",
        "$description": "accent-hover role → Kubernetes Blue"
      },
      "warning": {
        "$value": "{color.swatches.k8s-warning}",
        "$type": "color",
        "$description": "warning role → Kubernetes Warning"
      },
      "warning-hover": {
        "$value": "{color.swatches.k8s-error}",
        "$type": "color",
        "$description": "warning-hover role → Kubernetes Error"
      },
      "error": {
        "$value": "{color.swatches.k8s-error}",
        "$type": "color",
        "$description": "error role → Kubernetes Error"
      },
      "success": {
        "$value": "{color.swatches.k8s-success}",
        "$type": "color",
        "$description": "success role → Kubernetes Success"
      },
      "border": {
        "$value": "{color.swatches.k8s-border}",
        "$type": "color",
        "$description": "border role → Kubernetes Border"
      },
      "brand-overrides": {
        "$description": "Brand-level role overrides (take precedence over palette role mappings)",
        "identity": {
          "$value": "{color.swatches.k8s-blue}",
          "$type": "color",
          "$description": "Brand role identity → Kubernetes Blue"
        },
        "on-identity": {
          "$value": "{color.swatches.k8s-white}",
          "$type": "color",
          "$description": "Brand role on-identity → Kubernetes White"
        },
        "primary": {
          "$value": "{color.swatches.k8s-blue}",
          "$type": "color",
          "$description": "Brand role primary → Kubernetes Blue"
        },
        "primary-hover": {
          "$value": "{color.swatches.k8s-blue-dark}",
          "$type": "color",
          "$description": "Brand role primary-hover → Kubernetes Blue Dark"
        },
        "accent": {
          "$value": "{color.swatches.k8s-blue-light}",
          "$type": "color",
          "$description": "Brand role accent → Kubernetes Blue Light"
        },
        "accent-hover": {
          "$value": "{color.swatches.k8s-blue}",
          "$type": "color",
          "$description": "Brand role accent-hover → Kubernetes Blue"
        },
        "background": {
          "$value": "{color.swatches.k8s-white}",
          "$type": "color",
          "$description": "Brand role background → Kubernetes White"
        },
        "surface": {
          "$value": "{color.swatches.k8s-surface}",
          "$type": "color",
          "$description": "Brand role surface → Kubernetes Surface"
        },
        "surface-elevated": {
          "$value": "{color.swatches.k8s-white}",
          "$type": "color",
          "$description": "Brand role surface-elevated → Kubernetes White"
        },
        "text-primary": {
          "$value": "{color.swatches.k8s-ink}",
          "$type": "color",
          "$description": "Brand role text-primary → Kubernetes Ink"
        },
        "text-secondary": {
          "$value": "{color.swatches.k8s-gray}",
          "$type": "color",
          "$description": "Brand role text-secondary → Kubernetes Gray"
        },
        "text-tertiary": {
          "$value": "{color.swatches.k8s-gray-light}",
          "$type": "color",
          "$description": "Brand role text-tertiary → Kubernetes Gray Light"
        },
        "chrome": {
          "$value": "{color.swatches.k8s-navy}",
          "$type": "color",
          "$description": "Brand role chrome → Kubernetes Navy"
        },
        "chrome-deep": {
          "$value": "{color.swatches.k8s-navy-deep}",
          "$type": "color",
          "$description": "Brand role chrome-deep → Kubernetes Navy Deep"
        },
        "mark": {
          "$value": "{color.swatches.k8s-blue}",
          "$type": "color",
          "$description": "Brand role mark → Kubernetes 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"
      }
    }
  }
}
