{
  "$description": "Brand: Coinbase — light mode",
  "color": {
    "swatches": {
      "$description": "Source-of-truth color swatches from palette coinbase@1.0.0",
      "coinbase-blue": {
        "$value": "#0052FF",
        "$type": "color",
        "$description": "Primary signature blue — the Coinbase wordmark, mark, and primary CTA color."
      },
      "coinbase-blue-hover": {
        "$value": "#1652F0",
        "$type": "color",
        "$description": "Darker blue for hover/pressed states on the primary action."
      },
      "coinbase-blue-deep": {
        "$value": "#001A66",
        "$type": "color",
        "$description": "Deep navy used for dark-mode canvas elements and emphasis text."
      },
      "coinbase-forest": {
        "$value": "#00633A",
        "$type": "color",
        "$description": "Forest green — secondary brand accent used for positive-state indicators (price up, gain)."
      },
      "coinbase-green": {
        "$value": "#05B169",
        "$type": "color",
        "$description": "Brighter green — buy/positive-state action color in the retail product."
      },
      "coinbase-red": {
        "$value": "#CF202F",
        "$type": "color",
        "$description": "Sell/negative-state action color in the retail product."
      },
      "coinbase-ink": {
        "$value": "#0A0B0D",
        "$type": "color",
        "$description": "Near-black for body text on light surfaces."
      },
      "coinbase-slate": {
        "$value": "#5B616E",
        "$type": "color",
        "$description": "Secondary text on light backgrounds."
      },
      "coinbase-gray": {
        "$value": "#7C828C",
        "$type": "color",
        "$description": "Tertiary text and metadata."
      },
      "coinbase-white": {
        "$value": "#FFFFFF",
        "$type": "color",
        "$description": "Canonical light canvas."
      },
      "coinbase-fog": {
        "$value": "#F5F8FA",
        "$type": "color",
        "$description": "Authored surface tone for cards and panels on light backgrounds."
      },
      "coinbase-divider": {
        "$value": "#DDE1E6",
        "$type": "color",
        "$description": "Authored hairline divider tone."
      },
      "coinbase-canvas-dark": {
        "$value": "#0A0B0D",
        "$type": "color",
        "$description": "Dark-mode canvas for the retail product."
      },
      "coinbase-surface-dark": {
        "$value": "#1E2025",
        "$type": "color",
        "$description": "Elevated surface on dark mode."
      }
    },
    "roles": {
      "$description": "Semantic color roles (light mode) mapped to palette swatches",
      "background": {
        "$value": "{color.swatches.coinbase-white}",
        "$type": "color",
        "$description": "background role → Coinbase White"
      },
      "surface": {
        "$value": "{color.swatches.coinbase-fog}",
        "$type": "color",
        "$description": "surface role → Coinbase Fog"
      },
      "surface-elevated": {
        "$value": "{color.swatches.coinbase-white}",
        "$type": "color",
        "$description": "surface-elevated role → Coinbase White"
      },
      "text-primary": {
        "$value": "{color.swatches.coinbase-ink}",
        "$type": "color",
        "$description": "text-primary role → Coinbase Ink"
      },
      "text-secondary": {
        "$value": "{color.swatches.coinbase-slate}",
        "$type": "color",
        "$description": "text-secondary role → Coinbase Slate"
      },
      "text-tertiary": {
        "$value": "{color.swatches.coinbase-gray}",
        "$type": "color",
        "$description": "text-tertiary role → Coinbase Gray"
      },
      "primary": {
        "$value": "{color.swatches.coinbase-blue}",
        "$type": "color",
        "$description": "primary role → Coinbase Blue"
      },
      "primary-hover": {
        "$value": "{color.swatches.coinbase-blue-hover}",
        "$type": "color",
        "$description": "primary-hover role → Coinbase Blue Hover"
      },
      "accent": {
        "$value": "{color.swatches.coinbase-blue}",
        "$type": "color",
        "$description": "accent role → Coinbase Blue"
      },
      "accent-hover": {
        "$value": "{color.swatches.coinbase-blue-hover}",
        "$type": "color",
        "$description": "accent-hover role → Coinbase Blue Hover"
      },
      "warning": {
        "$value": "{color.swatches.coinbase-red}",
        "$type": "color",
        "$description": "warning role → Coinbase Red"
      },
      "warning-hover": {
        "$value": "{color.swatches.coinbase-red}",
        "$type": "color",
        "$description": "warning-hover role → Coinbase Red"
      },
      "error": {
        "$value": "{color.swatches.coinbase-red}",
        "$type": "color",
        "$description": "error role → Coinbase Red"
      },
      "success": {
        "$value": "{color.swatches.coinbase-green}",
        "$type": "color",
        "$description": "success role → Coinbase Green"
      },
      "brand-overrides": {
        "$description": "Brand-level role overrides (take precedence over palette role mappings)",
        "identity": {
          "$value": "{color.swatches.coinbase-blue}",
          "$type": "color",
          "$description": "Brand role identity → Coinbase Blue"
        },
        "on-identity": {
          "$value": "{color.swatches.coinbase-white}",
          "$type": "color",
          "$description": "Brand role on-identity → Coinbase White"
        },
        "primary": {
          "$value": "{color.swatches.coinbase-blue}",
          "$type": "color",
          "$description": "Brand role primary → Coinbase Blue"
        },
        "primary-hover": {
          "$value": "{color.swatches.coinbase-blue-hover}",
          "$type": "color",
          "$description": "Brand role primary-hover → Coinbase Blue Hover"
        },
        "accent": {
          "$value": "{color.swatches.coinbase-blue}",
          "$type": "color",
          "$description": "Brand role accent → Coinbase Blue"
        },
        "accent-hover": {
          "$value": "{color.swatches.coinbase-blue-hover}",
          "$type": "color",
          "$description": "Brand role accent-hover → Coinbase Blue Hover"
        },
        "mark": {
          "$value": "{color.swatches.coinbase-blue}",
          "$type": "color",
          "$description": "Brand role mark → Coinbase Blue"
        },
        "success": {
          "$value": "{color.swatches.coinbase-green}",
          "$type": "color",
          "$description": "Brand role success → Coinbase Green"
        },
        "error": {
          "$value": "{color.swatches.coinbase-red}",
          "$type": "color",
          "$description": "Brand role error → Coinbase Red"
        },
        "warning": {
          "$value": "{color.swatches.coinbase-red}",
          "$type": "color",
          "$description": "Brand role warning → Coinbase Red"
        },
        "text-primary-light": {
          "$value": "{color.swatches.coinbase-ink}",
          "$type": "color",
          "$description": "Brand role text-primary-light → Coinbase Ink"
        },
        "text-primary-dark": {
          "$value": "{color.swatches.coinbase-white}",
          "$type": "color",
          "$description": "Brand role text-primary-dark → Coinbase White"
        },
        "text-secondary-light": {
          "$value": "{color.swatches.coinbase-slate}",
          "$type": "color",
          "$description": "Brand role text-secondary-light → Coinbase Slate"
        },
        "background-light": {
          "$value": "{color.swatches.coinbase-white}",
          "$type": "color",
          "$description": "Brand role background-light → Coinbase White"
        },
        "background-dark": {
          "$value": "{color.swatches.coinbase-canvas-dark}",
          "$type": "color",
          "$description": "Brand role background-dark → Coinbase Canvas Dark"
        },
        "surface-light": {
          "$value": "{color.swatches.coinbase-fog}",
          "$type": "color",
          "$description": "Brand role surface-light → Coinbase Fog"
        },
        "surface-dark": {
          "$value": "{color.swatches.coinbase-surface-dark}",
          "$type": "color",
          "$description": "Brand role surface-dark → Coinbase Surface Dark"
        },
        "divider": {
          "$value": "{color.swatches.coinbase-divider}",
          "$type": "color",
          "$description": "Brand role divider → Coinbase Divider"
        }
      }
    }
  },
  "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"
      }
    }
  }
}
