{
  "$description": "Brand: Apple Music — dark mode",
  "color": {
    "swatches": {
      "$description": "Source-of-truth color swatches from palette apple-music@1.0.0",
      "apple-music-pink": {
        "$value": "#FF4E6B",
        "$type": "color",
        "$description": "The lighter terminus of Apple Music's signature pink-to-red gradient; primary mark fill."
      },
      "apple-music-red": {
        "$value": "#FF0436",
        "$type": "color",
        "$description": "The deeper terminus of the gradient; pairs with the pink to form the mark."
      },
      "apple-music-coral": {
        "$value": "#FA233B",
        "$type": "color",
        "$description": "Mid-gradient coral — the pressed / hovered state on the gradient marks."
      },
      "apple-music-white": {
        "$value": "#FFFFFF",
        "$type": "color",
        "$description": "Primary text and reversed wordmark fill on the dark canvas."
      },
      "apple-music-black": {
        "$value": "#000000",
        "$type": "color",
        "$description": "Canonical Apple HIG dark-mode canvas. Inherited from the iOS / macOS system-background-dark token."
      },
      "apple-music-surface": {
        "$value": "#1C1C1E",
        "$type": "color",
        "$description": "Elevated surface on the dark canvas — matches HIG secondary-system-background-dark."
      },
      "apple-music-surface-elevated": {
        "$value": "#2C2C2E",
        "$type": "color",
        "$description": "Cards, sheets, and elevated tiles — matches HIG tertiary-system-background-dark."
      },
      "apple-music-gray": {
        "$value": "#8E8E93",
        "$type": "color",
        "$description": "Secondary text and divider tone — matches HIG system-gray on dark."
      },
      "apple-music-gray-light": {
        "$value": "#C7C7CC",
        "$type": "color",
        "$description": "Tertiary text and metadata on the dark canvas."
      }
    },
    "roles": {
      "$description": "Semantic color roles (dark mode) mapped to palette swatches",
      "background": {
        "$value": "{color.swatches.apple-music-black}",
        "$type": "color",
        "$description": "background role → Apple Music Black"
      },
      "surface": {
        "$value": "{color.swatches.apple-music-surface}",
        "$type": "color",
        "$description": "surface role → Apple Music Surface"
      },
      "surface-elevated": {
        "$value": "{color.swatches.apple-music-surface-elevated}",
        "$type": "color",
        "$description": "surface-elevated role → Apple Music Surface Elevated"
      },
      "text-primary": {
        "$value": "{color.swatches.apple-music-white}",
        "$type": "color",
        "$description": "text-primary role → Apple Music White"
      },
      "text-secondary": {
        "$value": "{color.swatches.apple-music-gray-light}",
        "$type": "color",
        "$description": "text-secondary role → Apple Music Gray Light"
      },
      "text-tertiary": {
        "$value": "{color.swatches.apple-music-gray}",
        "$type": "color",
        "$description": "text-tertiary role → Apple Music Gray"
      },
      "primary": {
        "$value": "{color.swatches.apple-music-pink}",
        "$type": "color",
        "$description": "primary role → Apple Music Pink"
      },
      "primary-hover": {
        "$value": "{color.swatches.apple-music-coral}",
        "$type": "color",
        "$description": "primary-hover role → Apple Music Coral"
      },
      "accent": {
        "$value": "{color.swatches.apple-music-pink}",
        "$type": "color",
        "$description": "accent role → Apple Music Pink"
      },
      "accent-hover": {
        "$value": "{color.swatches.apple-music-red}",
        "$type": "color",
        "$description": "accent-hover role → Apple Music Red"
      },
      "error": {
        "$value": "{color.swatches.apple-music-red}",
        "$type": "color",
        "$description": "error role → Apple Music Red"
      },
      "success": {
        "$value": "{color.swatches.apple-music-pink}",
        "$type": "color",
        "$description": "success role → Apple Music Pink"
      },
      "brand-overrides": {
        "$description": "Brand-level role overrides (take precedence over palette role mappings)",
        "identity": {
          "$value": "{color.swatches.apple-music-pink}",
          "$type": "color",
          "$description": "Brand role identity → Apple Music Pink"
        },
        "on-identity": {
          "$value": "{color.swatches.apple-music-white}",
          "$type": "color",
          "$description": "Brand role on-identity → Apple Music White"
        },
        "background": {
          "$value": "{color.swatches.apple-music-black}",
          "$type": "color",
          "$description": "Brand role background → Apple Music Black"
        },
        "surface": {
          "$value": "{color.swatches.apple-music-surface}",
          "$type": "color",
          "$description": "Brand role surface → Apple Music Surface"
        },
        "surface-elevated": {
          "$value": "{color.swatches.apple-music-surface-elevated}",
          "$type": "color",
          "$description": "Brand role surface-elevated → Apple Music Surface Elevated"
        },
        "text-primary": {
          "$value": "{color.swatches.apple-music-white}",
          "$type": "color",
          "$description": "Brand role text-primary → Apple Music White"
        },
        "text-secondary": {
          "$value": "{color.swatches.apple-music-gray-light}",
          "$type": "color",
          "$description": "Brand role text-secondary → Apple Music Gray Light"
        },
        "text-tertiary": {
          "$value": "{color.swatches.apple-music-gray}",
          "$type": "color",
          "$description": "Brand role text-tertiary → Apple Music Gray"
        },
        "primary": {
          "$value": "{color.swatches.apple-music-pink}",
          "$type": "color",
          "$description": "Brand role primary → Apple Music Pink"
        },
        "primary-hover": {
          "$value": "{color.swatches.apple-music-coral}",
          "$type": "color",
          "$description": "Brand role primary-hover → Apple Music Coral"
        },
        "accent": {
          "$value": "{color.swatches.apple-music-pink}",
          "$type": "color",
          "$description": "Brand role accent → Apple Music Pink"
        },
        "accent-hover": {
          "$value": "{color.swatches.apple-music-red}",
          "$type": "color",
          "$description": "Brand role accent-hover → Apple Music Red"
        },
        "mark": {
          "$value": "{color.swatches.apple-music-pink}",
          "$type": "color",
          "$description": "Brand role mark → Apple Music Pink"
        },
        "error": {
          "$value": "{color.swatches.apple-music-red}",
          "$type": "color",
          "$description": "Brand role error → Apple Music Red"
        }
      }
    }
  },
  "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"
      }
    }
  }
}
