{
  "$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": {
      "max-purple": {
        "value": "#B535F6",
        "type": "color",
        "description": "Primary signature purple — the dominant brand color in the gradient and the wordmark accent."
      },
      "max-purple-deep": {
        "value": "#7A1FB8",
        "type": "color",
        "description": "Deeper purple used on pressed states and as the mid-gradient anchor."
      },
      "max-blue": {
        "value": "#0046FE",
        "type": "color",
        "description": "Saturated blue — the paired end of the purple-to-blue gradient that defines the brand surface."
      },
      "max-blue-bright": {
        "value": "#3D7AFF",
        "type": "color",
        "description": "Lighter blue used on hover/highlight states and as a secondary accent."
      },
      "max-black": {
        "value": "#000000",
        "type": "color",
        "description": "Canonical canvas — the Max consumer surface is solid black."
      },
      "max-near-black": {
        "value": "#0A0A14",
        "type": "color",
        "description": "Elevated surface — rows, tiles, and modal backgrounds sit on this slightly purple-tinted near-black."
      },
      "max-charcoal": {
        "value": "#1A1A2E",
        "type": "color",
        "description": "Elevated surface — used on hover states, expanded title cards, and modal headers."
      },
      "max-white": {
        "value": "#FFFFFF",
        "type": "color",
        "description": "Primary text on the dark canvas; reversed wordmark fill on light backgrounds."
      },
      "max-gray-light": {
        "value": "#B8B8C8",
        "type": "color",
        "description": "Tertiary text and metadata on the dark canvas."
      },
      "max-gray": {
        "value": "#5A5A6E",
        "type": "color",
        "description": "Secondary text and divider color on the dark canvas."
      },
      "max-fog": {
        "value": "#F5F5FA",
        "type": "color",
        "description": "Authored light-mode canvas — for marketing surfaces that require a light treatment."
      }
    },
    "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.max-fog}",
        "type": "color"
      },
      "surface": {
        "value": "{global.color.max-white}",
        "type": "color"
      },
      "surface-elevated": {
        "value": "{global.color.max-white}",
        "type": "color"
      },
      "text-primary": {
        "value": "{global.color.max-near-black}",
        "type": "color"
      },
      "text-secondary": {
        "value": "{global.color.max-gray}",
        "type": "color"
      },
      "text-tertiary": {
        "value": "{global.color.max-gray-light}",
        "type": "color"
      },
      "primary": {
        "value": "{global.color.max-purple}",
        "type": "color"
      },
      "primary-hover": {
        "value": "{global.color.max-purple-deep}",
        "type": "color"
      },
      "accent": {
        "value": "{global.color.max-blue}",
        "type": "color"
      },
      "accent-hover": {
        "value": "{global.color.max-blue-bright}",
        "type": "color"
      },
      "warning": {
        "value": "{global.color.max-purple-deep}",
        "type": "color"
      },
      "warning-hover": {
        "value": "{global.color.max-purple}",
        "type": "color"
      },
      "error": {
        "value": "{global.color.max-purple-deep}",
        "type": "color"
      },
      "success": {
        "value": "{global.color.max-blue-bright}",
        "type": "color"
      }
    }
  },
  "role-dark": {
    "color": {
      "background": {
        "value": "{global.color.max-black}",
        "type": "color"
      },
      "surface": {
        "value": "{global.color.max-near-black}",
        "type": "color"
      },
      "surface-elevated": {
        "value": "{global.color.max-charcoal}",
        "type": "color"
      },
      "text-primary": {
        "value": "{global.color.max-white}",
        "type": "color"
      },
      "text-secondary": {
        "value": "{global.color.max-gray-light}",
        "type": "color"
      },
      "text-tertiary": {
        "value": "{global.color.max-gray}",
        "type": "color"
      },
      "primary": {
        "value": "{global.color.max-purple}",
        "type": "color"
      },
      "primary-hover": {
        "value": "{global.color.max-purple-deep}",
        "type": "color"
      },
      "accent": {
        "value": "{global.color.max-blue}",
        "type": "color"
      },
      "accent-hover": {
        "value": "{global.color.max-blue-bright}",
        "type": "color"
      },
      "warning": {
        "value": "{global.color.max-purple}",
        "type": "color"
      },
      "warning-hover": {
        "value": "{global.color.max-purple-deep}",
        "type": "color"
      },
      "error": {
        "value": "{global.color.max-purple}",
        "type": "color"
      },
      "success": {
        "value": "{global.color.max-blue-bright}",
        "type": "color"
      }
    }
  },
  "brand": {
    "color": {
      "identity": {
        "value": "{global.color.max-black}",
        "type": "color"
      },
      "on-identity": {
        "value": "{global.color.max-purple}",
        "type": "color"
      },
      "background": {
        "value": "{global.color.max-black}",
        "type": "color"
      },
      "surface": {
        "value": "{global.color.max-near-black}",
        "type": "color"
      },
      "surface-elevated": {
        "value": "{global.color.max-charcoal}",
        "type": "color"
      },
      "text-primary": {
        "value": "{global.color.max-white}",
        "type": "color"
      },
      "text-secondary": {
        "value": "{global.color.max-gray-light}",
        "type": "color"
      },
      "text-tertiary": {
        "value": "{global.color.max-gray}",
        "type": "color"
      },
      "primary": {
        "value": "{global.color.max-purple}",
        "type": "color"
      },
      "primary-hover": {
        "value": "{global.color.max-purple-deep}",
        "type": "color"
      },
      "accent": {
        "value": "{global.color.max-blue}",
        "type": "color"
      },
      "accent-hover": {
        "value": "{global.color.max-blue-bright}",
        "type": "color"
      },
      "mark": {
        "value": "{global.color.max-purple}",
        "type": "color"
      },
      "text-emphasis": {
        "value": "{global.color.max-white}",
        "type": "color"
      }
    }
  },
  "$metadata": {
    "name": "HBO Max",
    "ref": "hbo-max@1.0.0",
    "paletteRef": "hbo-max@1.0.0",
    "generatedBy": "brand-atoms converter"
  }
}
