{
  "$themes": [
    {
      "id": "light",
      "name": "Light",
      "selectedTokenSets": {
        "global": "enabled",
        "role-light": "enabled",
        "brand": "enabled"
      }
    },
    {
      "id": "dark",
      "name": "Dark",
      "selectedTokenSets": {
        "global": "enabled",
        "role-dark": "enabled",
        "brand": "enabled"
      }
    }
  ],
  "global": {
    "color": {
      "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."
      }
    },
    "fontFamily": {
      "heading": {
        "value": "Inter",
        "type": "fontFamilies",
        "description": "inter@1.0.0 · sans-serif"
      },
      "body": {
        "value": "Inter",
        "type": "fontFamilies",
        "description": "inter@1.0.0 · sans-serif"
      },
      "mono": {
        "value": "JetBrainsMono Nerd Font",
        "type": "fontFamilies",
        "description": "jetbrainsmono-nerdfont@1.0.0 · monospace"
      }
    },
    "fontStack": {
      "heading": {
        "value": [
          "Inter",
          "-apple-system",
          "BlinkMacSystemFont",
          "Segoe UI",
          "Roboto",
          "Helvetica Neue",
          "Arial",
          "sans-serif"
        ],
        "type": "fontFamilies"
      },
      "body": {
        "value": [
          "Inter",
          "-apple-system",
          "BlinkMacSystemFont",
          "Segoe UI",
          "Roboto",
          "Helvetica Neue",
          "Arial",
          "sans-serif"
        ],
        "type": "fontFamilies"
      },
      "mono": {
        "value": [
          "JetBrainsMono Nerd Font",
          "JetBrains Mono",
          "Fira Code",
          "Menlo",
          "Monaco",
          "Consolas",
          "Liberation Mono",
          "monospace"
        ],
        "type": "fontFamilies"
      }
    }
  },
  "role-light": {
    "color": {
      "background": {
        "value": "{global.color.coinbase-white}",
        "type": "color"
      },
      "surface": {
        "value": "{global.color.coinbase-fog}",
        "type": "color"
      },
      "surface-elevated": {
        "value": "{global.color.coinbase-white}",
        "type": "color"
      },
      "text-primary": {
        "value": "{global.color.coinbase-ink}",
        "type": "color"
      },
      "text-secondary": {
        "value": "{global.color.coinbase-slate}",
        "type": "color"
      },
      "text-tertiary": {
        "value": "{global.color.coinbase-gray}",
        "type": "color"
      },
      "primary": {
        "value": "{global.color.coinbase-blue}",
        "type": "color"
      },
      "primary-hover": {
        "value": "{global.color.coinbase-blue-hover}",
        "type": "color"
      },
      "accent": {
        "value": "{global.color.coinbase-blue}",
        "type": "color"
      },
      "accent-hover": {
        "value": "{global.color.coinbase-blue-hover}",
        "type": "color"
      },
      "warning": {
        "value": "{global.color.coinbase-red}",
        "type": "color"
      },
      "warning-hover": {
        "value": "{global.color.coinbase-red}",
        "type": "color"
      },
      "error": {
        "value": "{global.color.coinbase-red}",
        "type": "color"
      },
      "success": {
        "value": "{global.color.coinbase-green}",
        "type": "color"
      }
    }
  },
  "role-dark": {
    "color": {
      "background": {
        "value": "{global.color.coinbase-canvas-dark}",
        "type": "color"
      },
      "surface": {
        "value": "{global.color.coinbase-surface-dark}",
        "type": "color"
      },
      "surface-elevated": {
        "value": "{global.color.coinbase-surface-dark}",
        "type": "color"
      },
      "text-primary": {
        "value": "{global.color.coinbase-white}",
        "type": "color"
      },
      "text-secondary": {
        "value": "{global.color.coinbase-gray}",
        "type": "color"
      },
      "text-tertiary": {
        "value": "{global.color.coinbase-slate}",
        "type": "color"
      },
      "primary": {
        "value": "{global.color.coinbase-blue}",
        "type": "color"
      },
      "primary-hover": {
        "value": "{global.color.coinbase-blue-hover}",
        "type": "color"
      },
      "accent": {
        "value": "{global.color.coinbase-blue}",
        "type": "color"
      },
      "accent-hover": {
        "value": "{global.color.coinbase-blue-hover}",
        "type": "color"
      },
      "warning": {
        "value": "{global.color.coinbase-red}",
        "type": "color"
      },
      "warning-hover": {
        "value": "{global.color.coinbase-red}",
        "type": "color"
      },
      "error": {
        "value": "{global.color.coinbase-red}",
        "type": "color"
      },
      "success": {
        "value": "{global.color.coinbase-green}",
        "type": "color"
      }
    }
  },
  "brand": {
    "color": {
      "identity": {
        "value": "{global.color.coinbase-blue}",
        "type": "color"
      },
      "on-identity": {
        "value": "{global.color.coinbase-white}",
        "type": "color"
      },
      "primary": {
        "value": "{global.color.coinbase-blue}",
        "type": "color"
      },
      "primary-hover": {
        "value": "{global.color.coinbase-blue-hover}",
        "type": "color"
      },
      "accent": {
        "value": "{global.color.coinbase-blue}",
        "type": "color"
      },
      "accent-hover": {
        "value": "{global.color.coinbase-blue-hover}",
        "type": "color"
      },
      "mark": {
        "value": "{global.color.coinbase-blue}",
        "type": "color"
      },
      "success": {
        "value": "{global.color.coinbase-green}",
        "type": "color"
      },
      "error": {
        "value": "{global.color.coinbase-red}",
        "type": "color"
      },
      "warning": {
        "value": "{global.color.coinbase-red}",
        "type": "color"
      },
      "text-primary-light": {
        "value": "{global.color.coinbase-ink}",
        "type": "color"
      },
      "text-primary-dark": {
        "value": "{global.color.coinbase-white}",
        "type": "color"
      },
      "text-secondary-light": {
        "value": "{global.color.coinbase-slate}",
        "type": "color"
      },
      "background-light": {
        "value": "{global.color.coinbase-white}",
        "type": "color"
      },
      "background-dark": {
        "value": "{global.color.coinbase-canvas-dark}",
        "type": "color"
      },
      "surface-light": {
        "value": "{global.color.coinbase-fog}",
        "type": "color"
      },
      "surface-dark": {
        "value": "{global.color.coinbase-surface-dark}",
        "type": "color"
      },
      "divider": {
        "value": "{global.color.coinbase-divider}",
        "type": "color"
      }
    }
  },
  "$metadata": {
    "name": "Coinbase",
    "ref": "coinbase@1.0.0",
    "paletteRef": "coinbase@1.0.0",
    "generatedBy": "brand-atoms converter"
  }
}
