{
  "$description": "Brand: PayPal — light mode",
  "color": {
    "swatches": {
      "$description": "Source-of-truth color swatches from palette paypal@1.0.0",
      "paypal-blue": {
        "$value": "#003087",
        "$type": "color",
        "$description": "Primary deep navy-blue — the back-facing \"P\" of the monogram and the wordmark color."
      },
      "paypal-cobalt": {
        "$value": "#009CDE",
        "$type": "color",
        "$description": "Bright cobalt — the front-facing \"P\" of the duotone monogram."
      },
      "paypal-blue-deep": {
        "$value": "#001C64",
        "$type": "color",
        "$description": "Deeper navy used on hover/pressed states and emphasis text on the primary blue."
      },
      "paypal-gold": {
        "$value": "#FFC439",
        "$type": "color",
        "$description": "Signature gold — the \"Pay with PayPal\" merchant-button fill across the web."
      },
      "paypal-gold-hover": {
        "$value": "#F2BB30",
        "$type": "color",
        "$description": "Authored darker gold for hover/pressed states on the gold merchant button."
      },
      "paypal-ink": {
        "$value": "#2C2E2F",
        "$type": "color",
        "$description": "Near-black for body copy on light surfaces."
      },
      "paypal-graphite": {
        "$value": "#545D68",
        "$type": "color",
        "$description": "Secondary text on light backgrounds."
      },
      "paypal-gray": {
        "$value": "#9DA3A6",
        "$type": "color",
        "$description": "Tertiary text and metadata."
      },
      "paypal-white": {
        "$value": "#FFFFFF",
        "$type": "color",
        "$description": "Canonical light canvas."
      },
      "paypal-fog": {
        "$value": "#F5F7FA",
        "$type": "color",
        "$description": "Authored surface tone for cards and panels."
      },
      "paypal-divider": {
        "$value": "#CBD2D6",
        "$type": "color",
        "$description": "Authored hairline divider tone."
      },
      "paypal-canvas-dark": {
        "$value": "#0F1419",
        "$type": "color",
        "$description": "Authored dark-mode canvas — PayPal is light-first; this is an authored inversion."
      },
      "paypal-surface-dark": {
        "$value": "#1C232B",
        "$type": "color",
        "$description": "Authored elevated surface on dark mode."
      }
    },
    "roles": {
      "$description": "Semantic color roles (light mode) mapped to palette swatches",
      "background": {
        "$value": "{color.swatches.paypal-white}",
        "$type": "color",
        "$description": "background role → PayPal White"
      },
      "surface": {
        "$value": "{color.swatches.paypal-fog}",
        "$type": "color",
        "$description": "surface role → PayPal Fog"
      },
      "surface-elevated": {
        "$value": "{color.swatches.paypal-white}",
        "$type": "color",
        "$description": "surface-elevated role → PayPal White"
      },
      "text-primary": {
        "$value": "{color.swatches.paypal-ink}",
        "$type": "color",
        "$description": "text-primary role → PayPal Ink"
      },
      "text-secondary": {
        "$value": "{color.swatches.paypal-graphite}",
        "$type": "color",
        "$description": "text-secondary role → PayPal Graphite"
      },
      "text-tertiary": {
        "$value": "{color.swatches.paypal-gray}",
        "$type": "color",
        "$description": "text-tertiary role → PayPal Gray"
      },
      "primary": {
        "$value": "{color.swatches.paypal-blue}",
        "$type": "color",
        "$description": "primary role → PayPal Blue"
      },
      "primary-hover": {
        "$value": "{color.swatches.paypal-blue-deep}",
        "$type": "color",
        "$description": "primary-hover role → PayPal Blue Deep"
      },
      "accent": {
        "$value": "{color.swatches.paypal-cobalt}",
        "$type": "color",
        "$description": "accent role → PayPal Cobalt"
      },
      "accent-hover": {
        "$value": "{color.swatches.paypal-blue}",
        "$type": "color",
        "$description": "accent-hover role → PayPal Blue"
      },
      "warning": {
        "$value": "{color.swatches.paypal-gold}",
        "$type": "color",
        "$description": "warning role → PayPal Gold"
      },
      "warning-hover": {
        "$value": "{color.swatches.paypal-gold-hover}",
        "$type": "color",
        "$description": "warning-hover role → PayPal Gold Hover"
      },
      "error": {
        "$value": "{color.swatches.paypal-blue-deep}",
        "$type": "color",
        "$description": "error role → PayPal Blue Deep"
      },
      "success": {
        "$value": "{color.swatches.paypal-cobalt}",
        "$type": "color",
        "$description": "success role → PayPal Cobalt"
      },
      "brand-overrides": {
        "$description": "Brand-level role overrides (take precedence over palette role mappings)",
        "identity": {
          "$value": "{color.swatches.paypal-blue}",
          "$type": "color",
          "$description": "Brand role identity → PayPal Blue"
        },
        "on-identity": {
          "$value": "{color.swatches.paypal-white}",
          "$type": "color",
          "$description": "Brand role on-identity → PayPal White"
        },
        "primary": {
          "$value": "{color.swatches.paypal-blue}",
          "$type": "color",
          "$description": "Brand role primary → PayPal Blue"
        },
        "primary-hover": {
          "$value": "{color.swatches.paypal-blue-deep}",
          "$type": "color",
          "$description": "Brand role primary-hover → PayPal Blue Deep"
        },
        "accent": {
          "$value": "{color.swatches.paypal-cobalt}",
          "$type": "color",
          "$description": "Brand role accent → PayPal Cobalt"
        },
        "accent-hover": {
          "$value": "{color.swatches.paypal-blue}",
          "$type": "color",
          "$description": "Brand role accent-hover → PayPal Blue"
        },
        "mark": {
          "$value": "{color.swatches.paypal-blue}",
          "$type": "color",
          "$description": "Brand role mark → PayPal Blue"
        },
        "mark-secondary": {
          "$value": "{color.swatches.paypal-cobalt}",
          "$type": "color",
          "$description": "Brand role mark-secondary → PayPal Cobalt"
        },
        "success": {
          "$value": "{color.swatches.paypal-cobalt}",
          "$type": "color",
          "$description": "Brand role success → PayPal Cobalt"
        },
        "warning": {
          "$value": "{color.swatches.paypal-gold}",
          "$type": "color",
          "$description": "Brand role warning → PayPal Gold"
        },
        "error": {
          "$value": "{color.swatches.paypal-blue-deep}",
          "$type": "color",
          "$description": "Brand role error → PayPal Blue Deep"
        },
        "text-primary-light": {
          "$value": "{color.swatches.paypal-ink}",
          "$type": "color",
          "$description": "Brand role text-primary-light → PayPal Ink"
        },
        "text-primary-dark": {
          "$value": "{color.swatches.paypal-white}",
          "$type": "color",
          "$description": "Brand role text-primary-dark → PayPal White"
        },
        "text-secondary-light": {
          "$value": "{color.swatches.paypal-graphite}",
          "$type": "color",
          "$description": "Brand role text-secondary-light → PayPal Graphite"
        },
        "background-light": {
          "$value": "{color.swatches.paypal-white}",
          "$type": "color",
          "$description": "Brand role background-light → PayPal White"
        },
        "background-dark": {
          "$value": "{color.swatches.paypal-canvas-dark}",
          "$type": "color",
          "$description": "Brand role background-dark → PayPal Canvas Dark"
        },
        "surface-light": {
          "$value": "{color.swatches.paypal-fog}",
          "$type": "color",
          "$description": "Brand role surface-light → PayPal Fog"
        },
        "surface-dark": {
          "$value": "{color.swatches.paypal-surface-dark}",
          "$type": "color",
          "$description": "Brand role surface-dark → PayPal Surface Dark"
        },
        "divider": {
          "$value": "{color.swatches.paypal-divider}",
          "$type": "color",
          "$description": "Brand role divider → PayPal 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"
      }
    }
  }
}
