{
  "$description": "Brand: Google Cloud — light mode",
  "color": {
    "swatches": {
      "$description": "Source-of-truth color swatches from palette google-cloud@1.0.0",
      "google-blue": {
        "$value": "#4285F4",
        "$type": "color",
        "$description": "Canonical Google brand blue — the \"G\" of the four-color logo and the principal accent across Google Cloud marketing.\n"
      },
      "cloud-blue-600": {
        "$value": "#1A73E8",
        "$type": "color",
        "$description": "Deeper interactive blue used in the Google Cloud Console chrome and as the link / primary-action color across cloud.google.com.\n"
      },
      "cloud-blue-700": {
        "$value": "#185ABC",
        "$type": "color",
        "$description": "Pressed/active state for the Cloud Blue primary action.\n"
      },
      "google-red": {
        "$value": "#EA4335",
        "$type": "color",
        "$description": "Canonical Google brand red — the second \"o\" of the Google wordmark and the error / destructive accent in the Cloud Console.\n"
      },
      "google-yellow": {
        "$value": "#FBBC04",
        "$type": "color",
        "$description": "Canonical Google brand yellow — the third \"o\" of the Google wordmark and the warning accent in the Cloud Console.\n"
      },
      "google-green": {
        "$value": "#34A853",
        "$type": "color",
        "$description": "Canonical Google brand green — the \"l\" of the Google wordmark and the success accent in the Cloud Console.\n"
      },
      "google-grey-900": {
        "$value": "#202124",
        "$type": "color",
        "$description": "Primary text on light surfaces — Google Material's Grey 900 token, used on cloud.google.com body copy.\n"
      },
      "google-grey-700": {
        "$value": "#5F6368",
        "$type": "color",
        "$description": "Secondary text and metadata."
      },
      "google-grey-500": {
        "$value": "#9AA0A6",
        "$type": "color",
        "$description": "Tertiary text and disabled UI."
      },
      "google-grey-200": {
        "$value": "#E8EAED",
        "$type": "color",
        "$description": "Hairline borders and quiet dividers."
      },
      "google-grey-100": {
        "$value": "#F1F3F4",
        "$type": "color",
        "$description": "Subtle surface tint — Cloud Console card backgrounds."
      },
      "google-grey-50": {
        "$value": "#F8F9FA",
        "$type": "color",
        "$description": "Page-level background tint."
      },
      "google-white": {
        "$value": "#FFFFFF",
        "$type": "color",
        "$description": "Primary canvas on light surfaces."
      },
      "google-grey-1000": {
        "$value": "#171717",
        "$type": "color",
        "$description": "Dark-mode canvas — used on cloud.google.com dark hero."
      }
    },
    "roles": {
      "$description": "Semantic color roles (light mode) mapped to palette swatches",
      "background": {
        "$value": "{color.swatches.google-white}",
        "$type": "color",
        "$description": "background role → Google White"
      },
      "surface": {
        "$value": "{color.swatches.google-grey-50}",
        "$type": "color",
        "$description": "surface role → Google Grey 50"
      },
      "surface-elevated": {
        "$value": "{color.swatches.google-white}",
        "$type": "color",
        "$description": "surface-elevated role → Google White"
      },
      "text-primary": {
        "$value": "{color.swatches.google-grey-900}",
        "$type": "color",
        "$description": "text-primary role → Google Grey 900"
      },
      "text-secondary": {
        "$value": "{color.swatches.google-grey-700}",
        "$type": "color",
        "$description": "text-secondary role → Google Grey 700"
      },
      "text-tertiary": {
        "$value": "{color.swatches.google-grey-500}",
        "$type": "color",
        "$description": "text-tertiary role → Google Grey 500"
      },
      "primary": {
        "$value": "{color.swatches.cloud-blue-600}",
        "$type": "color",
        "$description": "primary role → Cloud Blue 600"
      },
      "primary-hover": {
        "$value": "{color.swatches.cloud-blue-700}",
        "$type": "color",
        "$description": "primary-hover role → Cloud Blue 700"
      },
      "accent": {
        "$value": "{color.swatches.google-blue}",
        "$type": "color",
        "$description": "accent role → Google Blue"
      },
      "accent-hover": {
        "$value": "{color.swatches.cloud-blue-600}",
        "$type": "color",
        "$description": "accent-hover role → Cloud Blue 600"
      },
      "warning": {
        "$value": "{color.swatches.google-yellow}",
        "$type": "color",
        "$description": "warning role → Google Yellow"
      },
      "warning-hover": {
        "$value": "{color.swatches.google-red}",
        "$type": "color",
        "$description": "warning-hover role → Google Red"
      },
      "error": {
        "$value": "{color.swatches.google-red}",
        "$type": "color",
        "$description": "error role → Google Red"
      },
      "success": {
        "$value": "{color.swatches.google-green}",
        "$type": "color",
        "$description": "success role → Google Green"
      },
      "brand-overrides": {
        "$description": "Brand-level role overrides (take precedence over palette role mappings)",
        "identity": {
          "$value": "{color.swatches.cloud-blue-600}",
          "$type": "color",
          "$description": "Brand role identity → Cloud Blue 600"
        },
        "on-identity": {
          "$value": "{color.swatches.google-white}",
          "$type": "color",
          "$description": "Brand role on-identity → Google White"
        },
        "primary": {
          "$value": "{color.swatches.cloud-blue-600}",
          "$type": "color",
          "$description": "Brand role primary → Cloud Blue 600"
        },
        "primary-hover": {
          "$value": "{color.swatches.cloud-blue-700}",
          "$type": "color",
          "$description": "Brand role primary-hover → Cloud Blue 700"
        },
        "accent": {
          "$value": "{color.swatches.google-blue}",
          "$type": "color",
          "$description": "Brand role accent → Google Blue"
        },
        "accent-hover": {
          "$value": "{color.swatches.cloud-blue-600}",
          "$type": "color",
          "$description": "Brand role accent-hover → Cloud Blue 600"
        },
        "background": {
          "$value": "{color.swatches.google-white}",
          "$type": "color",
          "$description": "Brand role background → Google White"
        },
        "surface": {
          "$value": "{color.swatches.google-grey-50}",
          "$type": "color",
          "$description": "Brand role surface → Google Grey 50"
        },
        "surface-elevated": {
          "$value": "{color.swatches.google-white}",
          "$type": "color",
          "$description": "Brand role surface-elevated → Google White"
        },
        "text-primary": {
          "$value": "{color.swatches.google-grey-900}",
          "$type": "color",
          "$description": "Brand role text-primary → Google Grey 900"
        },
        "text-secondary": {
          "$value": "{color.swatches.google-grey-700}",
          "$type": "color",
          "$description": "Brand role text-secondary → Google Grey 700"
        },
        "text-tertiary": {
          "$value": "{color.swatches.google-grey-500}",
          "$type": "color",
          "$description": "Brand role text-tertiary → Google Grey 500"
        },
        "logo-quadrant-blue": {
          "$value": "{color.swatches.google-blue}",
          "$type": "color",
          "$description": "Brand role logo-quadrant-blue → Google Blue"
        },
        "logo-quadrant-red": {
          "$value": "{color.swatches.google-red}",
          "$type": "color",
          "$description": "Brand role logo-quadrant-red → Google Red"
        },
        "logo-quadrant-yellow": {
          "$value": "{color.swatches.google-yellow}",
          "$type": "color",
          "$description": "Brand role logo-quadrant-yellow → Google Yellow"
        },
        "logo-quadrant-green": {
          "$value": "{color.swatches.google-green}",
          "$type": "color",
          "$description": "Brand role logo-quadrant-green → Google Green"
        },
        "mark": {
          "$value": "{color.swatches.cloud-blue-600}",
          "$type": "color",
          "$description": "Brand role mark → Cloud Blue 600"
        }
      }
    }
  },
  "font": {
    "$description": "Typography roles mapped to font atoms",
    "heading": {
      "family": {
        "$value": [
          "Google Sans",
          "Roboto",
          "Inter",
          "-apple-system",
          "BlinkMacSystemFont",
          "Segoe UI",
          "Helvetica Neue",
          "Arial",
          "sans-serif"
        ],
        "$type": "fontFamily",
        "$description": "heading role → Google Sans (google-sans@1.0.0)"
      },
      "weight": {
        "400": {
          "$value": 400,
          "$type": "fontWeight"
        },
        "500": {
          "$value": 500,
          "$type": "fontWeight"
        },
        "700": {
          "$value": 700,
          "$type": "fontWeight"
        },
        "$description": "Available font weights"
      }
    },
    "body": {
      "family": {
        "$value": [
          "Roboto",
          "-apple-system",
          "BlinkMacSystemFont",
          "Segoe UI",
          "Helvetica Neue",
          "Arial",
          "sans-serif"
        ],
        "$type": "fontFamily",
        "$description": "body role → Roboto (roboto@1.0.0)"
      },
      "weight": {
        "100": {
          "$value": 100,
          "$type": "fontWeight"
        },
        "300": {
          "$value": 300,
          "$type": "fontWeight"
        },
        "400": {
          "$value": 400,
          "$type": "fontWeight"
        },
        "500": {
          "$value": 500,
          "$type": "fontWeight"
        },
        "700": {
          "$value": 700,
          "$type": "fontWeight"
        },
        "900": {
          "$value": 900,
          "$type": "fontWeight"
        },
        "$description": "Available font weights"
      }
    },
    "mono": {
      "family": {
        "$value": [
          "Roboto",
          "-apple-system",
          "BlinkMacSystemFont",
          "Segoe UI",
          "Helvetica Neue",
          "Arial",
          "sans-serif"
        ],
        "$type": "fontFamily",
        "$description": "mono role → Roboto (roboto@1.0.0)"
      },
      "weight": {
        "100": {
          "$value": 100,
          "$type": "fontWeight"
        },
        "300": {
          "$value": 300,
          "$type": "fontWeight"
        },
        "400": {
          "$value": 400,
          "$type": "fontWeight"
        },
        "500": {
          "$value": 500,
          "$type": "fontWeight"
        },
        "700": {
          "$value": 700,
          "$type": "fontWeight"
        },
        "900": {
          "$value": 900,
          "$type": "fontWeight"
        },
        "$description": "Available font weights"
      }
    }
  }
}
