{
  "$generatedBy": "BrandSweets tokens.json — warnerbros-com v4",
  "brand": {
    "slug": "warnerbros-com",
    "name": "Warner Bros.",
    "version": 4,
    "schemaVersion": "1"
  },
  "identity": {
    "name": "Warner Bros.",
    "tagline": "Home of Warner Bros Movies, TV Shows and Video Games including Harry Potter, DC Comics and more!",
    "sector": "media"
  },
  "colors": {
    "primary": {
      "hex": "#1a1a1a",
      "name": "Charcoal",
      "usage": "Primary brand color: CTAs, links, active states.",
      "scale": {
        "50": "#f5f5f5",
        "100": "#e6e6e6",
        "200": "#d1d1d1",
        "300": "#b5b5b5",
        "400": "#9c9c9c",
        "500": "#858585",
        "600": "#707070",
        "700": "#5c5c5c",
        "800": "#474747",
        "900": "#333333",
        "950": "#1a1a1a"
      }
    },
    "secondary": {
      "hex": "#3860be",
      "name": "Denim",
      "usage": "Secondary brand color.",
      "scale": {
        "50": "#f2f4f8",
        "100": "#dee2ed",
        "200": "#b8c7ea",
        "300": "#8da5dd",
        "400": "#6686d1",
        "500": "#3860be",
        "600": "#3458ad",
        "700": "#2a488d",
        "800": "#21386e",
        "900": "#1c2a4a",
        "950": "#121b30"
      }
    },
    "accent": {
      "hex": "#fec200",
      "name": "Amber",
      "usage": "Accent: highlights and secondary emphasis.",
      "scale": {
        "50": "#faf8ef",
        "100": "#f4edd7",
        "200": "#ffeaa3",
        "300": "#ffdc6b",
        "400": "#ffd138",
        "500": "#fec200",
        "600": "#e0ac00",
        "700": "#b88d00",
        "800": "#8f6d00",
        "900": "#5e4a08",
        "950": "#3d3005"
      }
    },
    "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": "#1a1a1a",
      "name": "Charcoal",
      "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": "#1a1a1a"
      }
    }
  },
  "typography": {
    "families": {
      "montserrat": {
        "family": "Montserrat",
        "source": "google",
        "stack": "Montserrat, Arial, Helvetica, sans-serif",
        "weights": [
          300,
          400,
          500,
          600,
          700,
          800
        ]
      }
    },
    "roles": {
      "heading": {
        "familyRef": "montserrat",
        "stack": "Montserrat, Arial, Helvetica, sans-serif"
      },
      "body": {
        "familyRef": "montserrat",
        "stack": "Montserrat, Arial, Helvetica, sans-serif"
      }
    },
    "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.102,
              0.102,
              0.102
            ],
            "hex": "#1a1a1a"
          },
          "position": 0
        },
        {
          "color": {
            "colorSpace": "srgb",
            "components": [
              0.22,
              0.376,
              0.745
            ],
            "hex": "#3860be"
          },
          "position": 1
        }
      ],
      "$extensions": {
        "com.brandsweets": {
          "kind": "linear",
          "css": "linear-gradient(135deg in oklab, #1a1a1a 0%, #3860be 100%)",
          "interpolation": "oklab",
          "angle": 135,
          "name": "brand",
          "contrast": {
            "white": {
              "ratio": 5.858,
              "at": 1,
              "passesAA": true,
              "passesAALarge": true
            },
            "black": {
              "ratio": 1.207,
              "at": 0,
              "passesAA": false,
              "passesAALarge": false
            },
            "suggestedInk": "#ffffff"
          }
        }
      },
      "$description": "The canonical brand gradient (--brand-gradient)."
    },
    "hero": {
      "$type": "gradient",
      "$value": [
        {
          "color": {
            "colorSpace": "srgb",
            "components": [
              0.102,
              0.102,
              0.102
            ],
            "hex": "#1a1a1a"
          },
          "position": 0
        },
        {
          "color": {
            "colorSpace": "srgb",
            "components": [
              0.341,
              0.404,
              0.525
            ],
            "hex": "#576786"
          },
          "position": 1
        }
      ],
      "$extensions": {
        "com.brandsweets": {
          "kind": "linear",
          "css": "linear-gradient(135deg in oklab, #1a1a1a 0%, #576786 100%)",
          "interpolation": "oklab",
          "angle": 135,
          "name": "hero",
          "ink": "#ffffff",
          "contrast": {
            "white": {
              "ratio": 5.692,
              "at": 1,
              "passesAA": true,
              "passesAALarge": true
            },
            "black": {
              "ratio": 1.207,
              "at": 0,
              "passesAA": false,
              "passesAALarge": false
            },
            "suggestedInk": "#ffffff"
          }
        }
      },
      "$description": "Low-chroma hero background with a text-safe ink (--brand-gradient-hero)."
    },
    "button": {
      "$type": "gradient",
      "$value": [
        {
          "color": {
            "colorSpace": "srgb",
            "components": [
              0.137,
              0.137,
              0.137
            ],
            "hex": "#232323"
          },
          "position": 0
        },
        {
          "color": {
            "colorSpace": "srgb",
            "components": [
              0.067,
              0.067,
              0.067
            ],
            "hex": "#111111"
          },
          "position": 1
        }
      ],
      "$extensions": {
        "com.brandsweets": {
          "kind": "linear",
          "css": "linear-gradient(180deg in oklch shorter hue, #232323 0%, #111111 100%)",
          "interpolation": "oklch",
          "hue": "shorter",
          "angle": 180,
          "name": "button",
          "ink": "#ffffff",
          "states": {
            "hover": "linear-gradient(180deg in oklch shorter hue, #2b2b2b 0%, #181818 100%)",
            "active": "linear-gradient(180deg in oklch shorter hue, #1c1c1c 0%, #0b0b0b 100%)"
          },
          "contrast": {
            "white": {
              "ratio": 15.717,
              "at": 0,
              "passesAA": true,
              "passesAALarge": true
            },
            "black": {
              "ratio": 1.112,
              "at": 0.9841,
              "passesAA": false,
              "passesAALarge": false
            },
            "suggestedInk": "#ffffff"
          }
        }
      },
      "$description": "Button / CTA surface with hover and active states (--brand-gradient-button)."
    }
  }
}