{
  "$description": "Brand: Disney+ — dark mode",
  "color": {
    "swatches": {
      "$description": "Source-of-truth color swatches from palette disney-plus@1.0.0",
      "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."
      }
    },
    "roles": {
      "$description": "Semantic color roles (dark mode) mapped to palette swatches",
      "background": {
        "$value": "{color.swatches.disney-plus-navy}",
        "$type": "color",
        "$description": "background role → Disney+ Navy"
      },
      "surface": {
        "$value": "{color.swatches.disney-plus-navy-elevated}",
        "$type": "color",
        "$description": "surface role → Disney+ Navy Elevated"
      },
      "surface-elevated": {
        "$value": "{color.swatches.disney-plus-near-black}",
        "$type": "color",
        "$description": "surface-elevated role → Disney+ Near-Black"
      },
      "text-primary": {
        "$value": "{color.swatches.disney-plus-white}",
        "$type": "color",
        "$description": "text-primary role → Disney+ White"
      },
      "text-secondary": {
        "$value": "{color.swatches.disney-plus-gray}",
        "$type": "color",
        "$description": "text-secondary role → Disney+ Gray"
      },
      "text-tertiary": {
        "$value": "{color.swatches.disney-plus-graphite}",
        "$type": "color",
        "$description": "text-tertiary role → Disney+ Graphite"
      },
      "primary": {
        "$value": "{color.swatches.disney-plus-blue-bright}",
        "$type": "color",
        "$description": "primary role → Disney+ Blue Bright"
      },
      "primary-hover": {
        "$value": "{color.swatches.disney-plus-blue}",
        "$type": "color",
        "$description": "primary-hover role → Disney+ Blue"
      },
      "accent": {
        "$value": "{color.swatches.disney-plus-blue-bright}",
        "$type": "color",
        "$description": "accent role → Disney+ Blue Bright"
      },
      "accent-hover": {
        "$value": "{color.swatches.disney-plus-blue}",
        "$type": "color",
        "$description": "accent-hover role → Disney+ Blue"
      },
      "warning": {
        "$value": "{color.swatches.disney-plus-blue-bright}",
        "$type": "color",
        "$description": "warning role → Disney+ Blue Bright"
      },
      "warning-hover": {
        "$value": "{color.swatches.disney-plus-blue}",
        "$type": "color",
        "$description": "warning-hover role → Disney+ Blue"
      },
      "error": {
        "$value": "{color.swatches.disney-plus-blue-bright}",
        "$type": "color",
        "$description": "error role → Disney+ Blue Bright"
      },
      "success": {
        "$value": "{color.swatches.disney-plus-blue-bright}",
        "$type": "color",
        "$description": "success role → Disney+ Blue Bright"
      },
      "brand-overrides": {
        "$description": "Brand-level role overrides (take precedence over palette role mappings)",
        "identity": {
          "$value": "{color.swatches.disney-plus-navy}",
          "$type": "color",
          "$description": "Brand role identity → Disney+ Navy"
        },
        "on-identity": {
          "$value": "{color.swatches.disney-plus-white}",
          "$type": "color",
          "$description": "Brand role on-identity → Disney+ White"
        },
        "background": {
          "$value": "{color.swatches.disney-plus-navy}",
          "$type": "color",
          "$description": "Brand role background → Disney+ Navy"
        },
        "surface": {
          "$value": "{color.swatches.disney-plus-navy-elevated}",
          "$type": "color",
          "$description": "Brand role surface → Disney+ Navy Elevated"
        },
        "surface-elevated": {
          "$value": "{color.swatches.disney-plus-near-black}",
          "$type": "color",
          "$description": "Brand role surface-elevated → Disney+ Near-Black"
        },
        "text-primary": {
          "$value": "{color.swatches.disney-plus-white}",
          "$type": "color",
          "$description": "Brand role text-primary → Disney+ White"
        },
        "text-secondary": {
          "$value": "{color.swatches.disney-plus-gray}",
          "$type": "color",
          "$description": "Brand role text-secondary → Disney+ Gray"
        },
        "text-tertiary": {
          "$value": "{color.swatches.disney-plus-graphite}",
          "$type": "color",
          "$description": "Brand role text-tertiary → Disney+ Graphite"
        },
        "primary": {
          "$value": "{color.swatches.disney-plus-blue-bright}",
          "$type": "color",
          "$description": "Brand role primary → Disney+ Blue Bright"
        },
        "primary-hover": {
          "$value": "{color.swatches.disney-plus-blue}",
          "$type": "color",
          "$description": "Brand role primary-hover → Disney+ Blue"
        },
        "accent": {
          "$value": "{color.swatches.disney-plus-blue-bright}",
          "$type": "color",
          "$description": "Brand role accent → Disney+ Blue Bright"
        },
        "accent-hover": {
          "$value": "{color.swatches.disney-plus-blue}",
          "$type": "color",
          "$description": "Brand role accent-hover → Disney+ Blue"
        },
        "mark": {
          "$value": "{color.swatches.disney-plus-blue}",
          "$type": "color",
          "$description": "Brand role mark → Disney+ Blue"
        },
        "text-emphasis": {
          "$value": "{color.swatches.disney-plus-white}",
          "$type": "color",
          "$description": "Brand role text-emphasis → Disney+ White"
        }
      }
    }
  },
  "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"
      }
    }
  }
}
