{
  "$description": "Brand: SoundCloud — light mode",
  "color": {
    "swatches": {
      "$description": "Source-of-truth color swatches from palette soundcloud@1.0.0",
      "soundcloud-orange": {
        "$value": "#FF8800",
        "$type": "color",
        "$description": "The signature SoundCloud accent — the waveform fill, the play button, and the primary CTA color."
      },
      "soundcloud-red-orange": {
        "$value": "#FF3300",
        "$type": "color",
        "$description": "The deeper red-orange variant used in the gradient mark and on hover / active states."
      },
      "soundcloud-orange-pressed": {
        "$value": "#E67300",
        "$type": "color",
        "$description": "Pressed / active state for the primary action — a darker step from the brand orange."
      },
      "soundcloud-pantone": {
        "$value": "#F37422",
        "$type": "color",
        "$description": "Pantone 158 C — third-party-documented warm variant of the SoundCloud accent."
      },
      "soundcloud-black": {
        "$value": "#111111",
        "$type": "color",
        "$description": "Primary text on the light canvas; deep ink for the wordmark on white."
      },
      "soundcloud-charcoal": {
        "$value": "#333333",
        "$type": "color",
        "$description": "Secondary text and divider on the light canvas."
      },
      "soundcloud-gray": {
        "$value": "#999999",
        "$type": "color",
        "$description": "Tertiary text, metadata, and quiet waveform regions."
      },
      "soundcloud-gray-light": {
        "$value": "#CCCCCC",
        "$type": "color",
        "$description": "Divider lines and the unplayed waveform fill in the player UI."
      },
      "soundcloud-surface": {
        "$value": "#F2F2F2",
        "$type": "color",
        "$description": "Subtle elevated surface on the light canvas — row hover, sidebar."
      },
      "soundcloud-white": {
        "$value": "#FFFFFF",
        "$type": "color",
        "$description": "Canonical light canvas — the player chrome and marketing default."
      }
    },
    "roles": {
      "$description": "Semantic color roles (light mode) mapped to palette swatches",
      "background": {
        "$value": "{color.swatches.soundcloud-white}",
        "$type": "color",
        "$description": "background role → SoundCloud White"
      },
      "surface": {
        "$value": "{color.swatches.soundcloud-surface}",
        "$type": "color",
        "$description": "surface role → SoundCloud Surface"
      },
      "surface-elevated": {
        "$value": "{color.swatches.soundcloud-white}",
        "$type": "color",
        "$description": "surface-elevated role → SoundCloud White"
      },
      "text-primary": {
        "$value": "{color.swatches.soundcloud-black}",
        "$type": "color",
        "$description": "text-primary role → SoundCloud Black"
      },
      "text-secondary": {
        "$value": "{color.swatches.soundcloud-charcoal}",
        "$type": "color",
        "$description": "text-secondary role → SoundCloud Charcoal"
      },
      "text-tertiary": {
        "$value": "{color.swatches.soundcloud-gray}",
        "$type": "color",
        "$description": "text-tertiary role → SoundCloud Gray"
      },
      "primary": {
        "$value": "{color.swatches.soundcloud-orange}",
        "$type": "color",
        "$description": "primary role → SoundCloud Orange"
      },
      "primary-hover": {
        "$value": "{color.swatches.soundcloud-orange-pressed}",
        "$type": "color",
        "$description": "primary-hover role → SoundCloud Orange Pressed"
      },
      "accent": {
        "$value": "{color.swatches.soundcloud-orange}",
        "$type": "color",
        "$description": "accent role → SoundCloud Orange"
      },
      "accent-hover": {
        "$value": "{color.swatches.soundcloud-red-orange}",
        "$type": "color",
        "$description": "accent-hover role → SoundCloud Red Orange"
      },
      "warning": {
        "$value": "{color.swatches.soundcloud-orange}",
        "$type": "color",
        "$description": "warning role → SoundCloud Orange"
      },
      "warning-hover": {
        "$value": "{color.swatches.soundcloud-orange-pressed}",
        "$type": "color",
        "$description": "warning-hover role → SoundCloud Orange Pressed"
      },
      "error": {
        "$value": "{color.swatches.soundcloud-red-orange}",
        "$type": "color",
        "$description": "error role → SoundCloud Red Orange"
      },
      "success": {
        "$value": "{color.swatches.soundcloud-orange}",
        "$type": "color",
        "$description": "success role → SoundCloud Orange"
      },
      "border": {
        "$value": "{color.swatches.soundcloud-gray-light}",
        "$type": "color",
        "$description": "border role → SoundCloud Gray Light"
      },
      "brand-overrides": {
        "$description": "Brand-level role overrides (take precedence over palette role mappings)",
        "identity": {
          "$value": "{color.swatches.soundcloud-white}",
          "$type": "color",
          "$description": "Brand role identity → SoundCloud White"
        },
        "on-identity": {
          "$value": "{color.swatches.soundcloud-orange}",
          "$type": "color",
          "$description": "Brand role on-identity → SoundCloud Orange"
        },
        "background": {
          "$value": "{color.swatches.soundcloud-white}",
          "$type": "color",
          "$description": "Brand role background → SoundCloud White"
        },
        "surface": {
          "$value": "{color.swatches.soundcloud-surface}",
          "$type": "color",
          "$description": "Brand role surface → SoundCloud Surface"
        },
        "surface-elevated": {
          "$value": "{color.swatches.soundcloud-white}",
          "$type": "color",
          "$description": "Brand role surface-elevated → SoundCloud White"
        },
        "text-primary": {
          "$value": "{color.swatches.soundcloud-black}",
          "$type": "color",
          "$description": "Brand role text-primary → SoundCloud Black"
        },
        "text-secondary": {
          "$value": "{color.swatches.soundcloud-charcoal}",
          "$type": "color",
          "$description": "Brand role text-secondary → SoundCloud Charcoal"
        },
        "text-tertiary": {
          "$value": "{color.swatches.soundcloud-gray}",
          "$type": "color",
          "$description": "Brand role text-tertiary → SoundCloud Gray"
        },
        "primary": {
          "$value": "{color.swatches.soundcloud-orange}",
          "$type": "color",
          "$description": "Brand role primary → SoundCloud Orange"
        },
        "primary-hover": {
          "$value": "{color.swatches.soundcloud-orange-pressed}",
          "$type": "color",
          "$description": "Brand role primary-hover → SoundCloud Orange Pressed"
        },
        "accent": {
          "$value": "{color.swatches.soundcloud-orange}",
          "$type": "color",
          "$description": "Brand role accent → SoundCloud Orange"
        },
        "accent-hover": {
          "$value": "{color.swatches.soundcloud-red-orange}",
          "$type": "color",
          "$description": "Brand role accent-hover → SoundCloud Red Orange"
        },
        "mark": {
          "$value": "{color.swatches.soundcloud-orange}",
          "$type": "color",
          "$description": "Brand role mark → SoundCloud Orange"
        },
        "border": {
          "$value": "{color.swatches.soundcloud-gray-light}",
          "$type": "color",
          "$description": "Brand role border → SoundCloud Gray Light"
        }
      }
    }
  },
  "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"
      }
    }
  }
}
