{
  "$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": {
      "disney-plus-blue": {
        "value": "#113CCF",
        "type": "color",
        "description": "Primary signature blue — the Disney+ wordmark fill, the arc on the \"D,\" and primary CTAs."
      },
      "disney-plus-blue-bright": {
        "value": "#1F80E0",
        "type": "color",
        "description": "Brighter cyan-blue used on hover/highlight states and as the secondary brand-gradient accent."
      },
      "disney-plus-blue-deep": {
        "value": "#0B2BA0",
        "type": "color",
        "description": "Deep blue used on pressed states and as the dark-end of the brand gradient."
      },
      "disney-plus-navy": {
        "value": "#01153E",
        "type": "color",
        "description": "Canonical canvas — the deep navy that frames the Disney+ consumer surface."
      },
      "disney-plus-navy-elevated": {
        "value": "#0B1E4F",
        "type": "color",
        "description": "Elevated surface — tiles, modal headers, and expanded title cards sit on this slightly lifted navy."
      },
      "disney-plus-near-black": {
        "value": "#0A0E1A",
        "type": "color",
        "description": "Near-black used for the highest-contrast surfaces and for the title-art frame."
      },
      "disney-plus-white": {
        "value": "#FFFFFF",
        "type": "color",
        "description": "Primary text on the dark canvas; reversed wordmark fill on light backgrounds."
      },
      "disney-plus-fog": {
        "value": "#F5F7FA",
        "type": "color",
        "description": "Authored light-mode canvas — used for marketing surfaces that require a light treatment."
      },
      "disney-plus-graphite": {
        "value": "#5A6478",
        "type": "color",
        "description": "Secondary text on light backgrounds; tertiary text on dark."
      },
      "disney-plus-gray": {
        "value": "#A2A9B8",
        "type": "color",
        "description": "Tertiary text and metadata in the consumer product."
      }
    },
    "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.disney-plus-fog}",
        "type": "color"
      },
      "surface": {
        "value": "{global.color.disney-plus-white}",
        "type": "color"
      },
      "surface-elevated": {
        "value": "{global.color.disney-plus-white}",
        "type": "color"
      },
      "text-primary": {
        "value": "{global.color.disney-plus-navy}",
        "type": "color"
      },
      "text-secondary": {
        "value": "{global.color.disney-plus-graphite}",
        "type": "color"
      },
      "text-tertiary": {
        "value": "{global.color.disney-plus-gray}",
        "type": "color"
      },
      "primary": {
        "value": "{global.color.disney-plus-blue}",
        "type": "color"
      },
      "primary-hover": {
        "value": "{global.color.disney-plus-blue-deep}",
        "type": "color"
      },
      "accent": {
        "value": "{global.color.disney-plus-blue-bright}",
        "type": "color"
      },
      "accent-hover": {
        "value": "{global.color.disney-plus-blue}",
        "type": "color"
      },
      "warning": {
        "value": "{global.color.disney-plus-blue-bright}",
        "type": "color"
      },
      "warning-hover": {
        "value": "{global.color.disney-plus-blue}",
        "type": "color"
      },
      "error": {
        "value": "{global.color.disney-plus-blue-deep}",
        "type": "color"
      },
      "success": {
        "value": "{global.color.disney-plus-blue-bright}",
        "type": "color"
      }
    }
  },
  "role-dark": {
    "color": {
      "background": {
        "value": "{global.color.disney-plus-navy}",
        "type": "color"
      },
      "surface": {
        "value": "{global.color.disney-plus-navy-elevated}",
        "type": "color"
      },
      "surface-elevated": {
        "value": "{global.color.disney-plus-near-black}",
        "type": "color"
      },
      "text-primary": {
        "value": "{global.color.disney-plus-white}",
        "type": "color"
      },
      "text-secondary": {
        "value": "{global.color.disney-plus-gray}",
        "type": "color"
      },
      "text-tertiary": {
        "value": "{global.color.disney-plus-graphite}",
        "type": "color"
      },
      "primary": {
        "value": "{global.color.disney-plus-blue-bright}",
        "type": "color"
      },
      "primary-hover": {
        "value": "{global.color.disney-plus-blue}",
        "type": "color"
      },
      "accent": {
        "value": "{global.color.disney-plus-blue-bright}",
        "type": "color"
      },
      "accent-hover": {
        "value": "{global.color.disney-plus-blue}",
        "type": "color"
      },
      "warning": {
        "value": "{global.color.disney-plus-blue-bright}",
        "type": "color"
      },
      "warning-hover": {
        "value": "{global.color.disney-plus-blue}",
        "type": "color"
      },
      "error": {
        "value": "{global.color.disney-plus-blue-bright}",
        "type": "color"
      },
      "success": {
        "value": "{global.color.disney-plus-blue-bright}",
        "type": "color"
      }
    }
  },
  "brand": {
    "color": {
      "identity": {
        "value": "{global.color.disney-plus-navy}",
        "type": "color"
      },
      "on-identity": {
        "value": "{global.color.disney-plus-white}",
        "type": "color"
      },
      "background": {
        "value": "{global.color.disney-plus-navy}",
        "type": "color"
      },
      "surface": {
        "value": "{global.color.disney-plus-navy-elevated}",
        "type": "color"
      },
      "surface-elevated": {
        "value": "{global.color.disney-plus-near-black}",
        "type": "color"
      },
      "text-primary": {
        "value": "{global.color.disney-plus-white}",
        "type": "color"
      },
      "text-secondary": {
        "value": "{global.color.disney-plus-gray}",
        "type": "color"
      },
      "text-tertiary": {
        "value": "{global.color.disney-plus-graphite}",
        "type": "color"
      },
      "primary": {
        "value": "{global.color.disney-plus-blue-bright}",
        "type": "color"
      },
      "primary-hover": {
        "value": "{global.color.disney-plus-blue}",
        "type": "color"
      },
      "accent": {
        "value": "{global.color.disney-plus-blue-bright}",
        "type": "color"
      },
      "accent-hover": {
        "value": "{global.color.disney-plus-blue}",
        "type": "color"
      },
      "mark": {
        "value": "{global.color.disney-plus-blue}",
        "type": "color"
      },
      "text-emphasis": {
        "value": "{global.color.disney-plus-white}",
        "type": "color"
      }
    }
  },
  "$metadata": {
    "name": "Disney+",
    "ref": "disney-plus@1.0.0",
    "paletteRef": "disney-plus@1.0.0",
    "generatedBy": "brand-atoms converter"
  }
}
