{
  "$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": {
      "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."
      }
    },
    "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.soundcloud-white}",
        "type": "color"
      },
      "surface": {
        "value": "{global.color.soundcloud-surface}",
        "type": "color"
      },
      "surface-elevated": {
        "value": "{global.color.soundcloud-white}",
        "type": "color"
      },
      "text-primary": {
        "value": "{global.color.soundcloud-black}",
        "type": "color"
      },
      "text-secondary": {
        "value": "{global.color.soundcloud-charcoal}",
        "type": "color"
      },
      "text-tertiary": {
        "value": "{global.color.soundcloud-gray}",
        "type": "color"
      },
      "primary": {
        "value": "{global.color.soundcloud-orange}",
        "type": "color"
      },
      "primary-hover": {
        "value": "{global.color.soundcloud-orange-pressed}",
        "type": "color"
      },
      "accent": {
        "value": "{global.color.soundcloud-orange}",
        "type": "color"
      },
      "accent-hover": {
        "value": "{global.color.soundcloud-red-orange}",
        "type": "color"
      },
      "warning": {
        "value": "{global.color.soundcloud-orange}",
        "type": "color"
      },
      "warning-hover": {
        "value": "{global.color.soundcloud-orange-pressed}",
        "type": "color"
      },
      "error": {
        "value": "{global.color.soundcloud-red-orange}",
        "type": "color"
      },
      "success": {
        "value": "{global.color.soundcloud-orange}",
        "type": "color"
      },
      "border": {
        "value": "{global.color.soundcloud-gray-light}",
        "type": "color"
      }
    }
  },
  "role-dark": {
    "color": {
      "background": {
        "value": "{global.color.soundcloud-black}",
        "type": "color"
      },
      "surface": {
        "value": "{global.color.soundcloud-charcoal}",
        "type": "color"
      },
      "surface-elevated": {
        "value": "{global.color.soundcloud-gray}",
        "type": "color"
      },
      "text-primary": {
        "value": "{global.color.soundcloud-white}",
        "type": "color"
      },
      "text-secondary": {
        "value": "{global.color.soundcloud-gray-light}",
        "type": "color"
      },
      "text-tertiary": {
        "value": "{global.color.soundcloud-gray}",
        "type": "color"
      },
      "primary": {
        "value": "{global.color.soundcloud-orange}",
        "type": "color"
      },
      "primary-hover": {
        "value": "{global.color.soundcloud-red-orange}",
        "type": "color"
      },
      "accent": {
        "value": "{global.color.soundcloud-orange}",
        "type": "color"
      },
      "accent-hover": {
        "value": "{global.color.soundcloud-red-orange}",
        "type": "color"
      },
      "warning": {
        "value": "{global.color.soundcloud-orange}",
        "type": "color"
      },
      "warning-hover": {
        "value": "{global.color.soundcloud-orange-pressed}",
        "type": "color"
      },
      "error": {
        "value": "{global.color.soundcloud-red-orange}",
        "type": "color"
      },
      "success": {
        "value": "{global.color.soundcloud-orange}",
        "type": "color"
      },
      "border": {
        "value": "{global.color.soundcloud-charcoal}",
        "type": "color"
      }
    }
  },
  "brand": {
    "color": {
      "identity": {
        "value": "{global.color.soundcloud-white}",
        "type": "color"
      },
      "on-identity": {
        "value": "{global.color.soundcloud-orange}",
        "type": "color"
      },
      "background": {
        "value": "{global.color.soundcloud-white}",
        "type": "color"
      },
      "surface": {
        "value": "{global.color.soundcloud-surface}",
        "type": "color"
      },
      "surface-elevated": {
        "value": "{global.color.soundcloud-white}",
        "type": "color"
      },
      "text-primary": {
        "value": "{global.color.soundcloud-black}",
        "type": "color"
      },
      "text-secondary": {
        "value": "{global.color.soundcloud-charcoal}",
        "type": "color"
      },
      "text-tertiary": {
        "value": "{global.color.soundcloud-gray}",
        "type": "color"
      },
      "primary": {
        "value": "{global.color.soundcloud-orange}",
        "type": "color"
      },
      "primary-hover": {
        "value": "{global.color.soundcloud-orange-pressed}",
        "type": "color"
      },
      "accent": {
        "value": "{global.color.soundcloud-orange}",
        "type": "color"
      },
      "accent-hover": {
        "value": "{global.color.soundcloud-red-orange}",
        "type": "color"
      },
      "mark": {
        "value": "{global.color.soundcloud-orange}",
        "type": "color"
      },
      "border": {
        "value": "{global.color.soundcloud-gray-light}",
        "type": "color"
      }
    }
  },
  "$metadata": {
    "name": "SoundCloud",
    "ref": "soundcloud@1.0.0",
    "paletteRef": "soundcloud@1.0.0",
    "generatedBy": "brand-atoms converter"
  }
}
