{
  "$generatedBy": "BrandSweets tokens.json — nba-com v2",
  "brand": {
    "slug": "nba-com",
    "name": "NBA",
    "version": 2,
    "schemaVersion": "1"
  },
  "identity": {
    "name": "NBA",
    "tagline": "Follow the action on NBA scores, schedules, stats, news, teams, and players. Buy tickets or watch the games anywhere with NBA League Pass.",
    "sector": "sports"
  },
  "colors": {
    "primary": {
      "hex": "#fbcd44",
      "name": "Amber",
      "usage": "Primary brand color: CTAs, links, active states.",
      "scale": {
        "50": "#faf7ef",
        "100": "#f3ecd8",
        "200": "#fde7a5",
        "300": "#fcd96e",
        "400": "#fbcd44",
        "500": "#fabf0f",
        "600": "#dca604",
        "700": "#b48804",
        "800": "#8c6a03",
        "900": "#5d4809",
        "950": "#3c2f06"
      }
    },
    "secondary": {
      "hex": "#0268d6",
      "name": "Bright Blue",
      "usage": "Secondary brand color.",
      "scale": {
        "50": "#eff5fa",
        "100": "#d8e5f3",
        "200": "#a4d0fe",
        "300": "#6db3fe",
        "400": "#3a98fd",
        "500": "#0d81fd",
        "600": "#0268d6",
        "700": "#0259b6",
        "800": "#01458d",
        "900": "#09325d",
        "950": "#06203d"
      }
    },
    "accent": {
      "hex": "#66abff",
      "name": "Cerulean",
      "usage": "Accent: highlights and secondary emphasis.",
      "scale": {
        "50": "#eff4fa",
        "100": "#d7e4f4",
        "200": "#a3cdff",
        "300": "#66abff",
        "400": "#3892ff",
        "500": "#0a78ff",
        "600": "#0065e0",
        "700": "#0053b8",
        "800": "#00408f",
        "900": "#082f5e",
        "950": "#051e3d"
      }
    },
    "surface": {
      "hex": "#ffffff",
      "name": "White",
      "usage": "Page and card background.",
      "scale": {
        "50": "#ffffff",
        "100": "#e6e6e6",
        "200": "#d1d1d1",
        "300": "#b5b5b5",
        "400": "#9c9c9c",
        "500": "#858585",
        "600": "#707070",
        "700": "#5c5c5c",
        "800": "#474747",
        "900": "#333333",
        "950": "#212121"
      }
    },
    "text": {
      "hex": "#111111",
      "name": "Near Black",
      "usage": "Body text on surface.",
      "scale": {
        "50": "#f5f5f5",
        "100": "#e6e6e6",
        "200": "#d1d1d1",
        "300": "#b5b5b5",
        "400": "#9c9c9c",
        "500": "#858585",
        "600": "#707070",
        "700": "#5c5c5c",
        "800": "#474747",
        "900": "#333333",
        "950": "#111111"
      }
    }
  },
  "typography": {
    "families": {
      "roboto": {
        "family": "Roboto",
        "source": "google",
        "stack": "Roboto, sans-serif",
        "weights": [
          300,
          400,
          500,
          700
        ]
      },
      "segoe-ui": {
        "family": "Segoe UI",
        "source": "system",
        "stack": "\"Segoe UI\", system-ui, -apple-system, BlinkMacSystemFont, Roboto, \"Helvetica Neue\", Arial, \"Noto Sans\", sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\"",
        "weights": [
          400,
          700
        ]
      }
    },
    "roles": {
      "heading": {
        "familyRef": "roboto",
        "stack": "Roboto, sans-serif"
      },
      "body": {
        "familyRef": "segoe-ui",
        "stack": "\"Segoe UI\", system-ui, -apple-system, BlinkMacSystemFont, Roboto, \"Helvetica Neue\", Arial, \"Noto Sans\", sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\""
      }
    },
    "scale": [
      {
        "name": "sm",
        "sizeRem": 0.875,
        "lineHeight": 1.5
      },
      {
        "name": "base",
        "sizeRem": 1,
        "lineHeight": 1.6
      },
      {
        "name": "lg",
        "sizeRem": 1.25,
        "lineHeight": 1.4
      },
      {
        "name": "xl",
        "sizeRem": 1.75,
        "lineHeight": 1.25
      },
      {
        "name": "2xl",
        "sizeRem": 2.25,
        "lineHeight": 1.15
      },
      {
        "name": "display",
        "sizeRem": 3.5,
        "lineHeight": 1.05,
        "letterSpacingEm": -0.02
      }
    ]
  },
  "brandGradient": {
    "brand": {
      "$type": "gradient",
      "$value": [
        {
          "color": {
            "colorSpace": "srgb",
            "components": [
              0.984,
              0.804,
              0.267
            ],
            "hex": "#fbcd44"
          },
          "position": 0
        },
        {
          "color": {
            "colorSpace": "srgb",
            "components": [
              0.008,
              0.408,
              0.839
            ],
            "hex": "#0268d6"
          },
          "position": 1
        }
      ],
      "$extensions": {
        "com.brandsweets": {
          "kind": "linear",
          "css": "linear-gradient(135deg in oklch shorter hue, #fbcd44 0%, #0268d6 100%)",
          "interpolation": "oklch",
          "hue": "shorter",
          "angle": 135,
          "name": "brand",
          "contrast": {
            "white": {
              "ratio": 1.509,
              "at": 0,
              "passesAA": false,
              "passesAALarge": false
            },
            "black": {
              "ratio": 3.951,
              "at": 0.9993,
              "passesAA": false,
              "passesAALarge": true
            },
            "suggestedInk": "#000000"
          }
        }
      },
      "$description": "The canonical brand gradient (--brand-gradient)."
    },
    "hero": {
      "$type": "gradient",
      "$value": [
        {
          "color": {
            "colorSpace": "srgb",
            "components": [
              0.918,
              0.859,
              0.706
            ],
            "hex": "#eadbb4"
          },
          "position": 0
        },
        {
          "color": {
            "colorSpace": "srgb",
            "components": [
              0.365,
              0.467,
              0.612
            ],
            "hex": "#5d779c"
          },
          "position": 1
        }
      ],
      "$extensions": {
        "com.brandsweets": {
          "kind": "linear",
          "css": "linear-gradient(135deg in oklch shorter hue, #eadbb4 0%, #5d779c 100%)",
          "interpolation": "oklch",
          "hue": "shorter",
          "angle": 135,
          "name": "hero",
          "ink": "#000000",
          "contrast": {
            "white": {
              "ratio": 1.373,
              "at": 0,
              "passesAA": false,
              "passesAALarge": false
            },
            "black": {
              "ratio": 4.584,
              "at": 1,
              "passesAA": true,
              "passesAALarge": true
            },
            "suggestedInk": "#000000"
          }
        }
      },
      "$description": "Low-chroma hero background with a text-safe ink (--brand-gradient-hero)."
    },
    "button": {
      "$type": "gradient",
      "$value": [
        {
          "color": {
            "colorSpace": "srgb",
            "components": [
              1,
              0.855,
              0.329
            ],
            "hex": "#ffda54"
          },
          "position": 0
        },
        {
          "color": {
            "colorSpace": "srgb",
            "components": [
              0.933,
              0.753,
              0.196
            ],
            "hex": "#eec032"
          },
          "position": 1
        }
      ],
      "$extensions": {
        "com.brandsweets": {
          "kind": "linear",
          "css": "linear-gradient(180deg in oklch shorter hue, #ffda54 0%, #eec032 100%)",
          "interpolation": "oklch",
          "hue": "shorter",
          "angle": 180,
          "name": "button",
          "ink": "#000000",
          "states": {
            "hover": "linear-gradient(180deg in oklch shorter hue, #ffe67b 0%, #f8ca40 100%)",
            "active": "linear-gradient(180deg in oklch shorter hue, #fed048 0%, #e4b622 100%)"
          },
          "contrast": {
            "white": {
              "ratio": 1.363,
              "at": 0,
              "passesAA": false,
              "passesAALarge": false
            },
            "black": {
              "ratio": 12.221,
              "at": 1,
              "passesAA": true,
              "passesAALarge": true
            },
            "suggestedInk": "#000000"
          }
        }
      },
      "$description": "Button / CTA surface with hover and active states (--brand-gradient-button)."
    }
  }
}