/**
 * Generated from SoundCloud — DESIGN.md
 * https://www.webdesignhot.com/design.md/
 */
:root {
  /* role tokens (resolved) */
  --bg: #f2f2f2;
  --surface: #ffffff;
  --surface-alt: #ffffff;
  --text: #333333;
  --text-dim: #333333;
  --text-faint: #333333;
  --brand: #ff5500;
  --on-brand: #ffffff;
  --border: #e5e5e5;
  --border-strong: #cccccc;
  --success: #5cd363;
  --warning: #ffba00;
  --danger: #cc0000;

  /* full color palette */
  --color-bg: #f2f2f2;
  --color-bg-deep: #ffffff;
  --color-bg-dark: #333333;
  --color-bg-band: #fafafa;
  --color-surface: #ffffff;
  --color-surface-strong: #f7f7f7;
  --color-surface-soft: #f8f8f8;
  --color-surface-pro: #333333;
  --color-text: #333333;
  --color-text-strong: #1f1f1f;
  --color-text-subdued: #666666;
  --color-text-muted: #999999;
  --color-text-link: #ff5500;
  --color-text-disabled: #cccccc;
  --color-text-on-dark: #ffffff;
  --color-brand: #ff5500;
  --color-brand-hover: #ff6e1f;
  --color-brand-active: #cc4400;
  --color-brand-deep: #a83600;
  --color-on-brand: #ffffff;
  --color-accent-brand-2: #f50;
  --color-border: #e5e5e5;
  --color-border-soft: #eeeeee;
  --color-border-strong: #cccccc;
  --color-border-on-dark: #444444;
  --color-waveform-played: #ff5500;
  --color-waveform-unplayed: #999999;
  --color-waveform-buffered: #cccccc;
  --color-waveform-hover: #ff8e62;
  --color-playhead: #ff5500;
  --color-comment-marker: #ff5500;
  --color-shadow-card: rgba(0,0,0,0.08);
  --color-shadow-modal: rgba(0,0,0,0.2);
  --color-success: #5cd363;
  --color-warning: #ffba00;
  --color-danger: #cc0000;
  --color-danger-text: #cc0000;
  --color-info: #3399ff;
  --color-badge-pro: #ff5500;
  --color-badge-go-plus: #7711d4;
  --color-verified-blue: #0099ff;
  --color-repost-green: #5cd363;
  --color-like-orange: #ff5500;

  /* type */
  --display-size: 72px;
  --h1-size: 40px;
  --h2-size: 32px;
  --body-size: 14px;
  --label-size: 11px;
  --body-line-height: 1.5;
  --display-tracking: -0.025em;

  /* shape */
  --radius-button: 4px;
  --radius-card: 6px;
  --radius-pill: 9999px;

  /* spacing */
  --space-xs: 4px;
  --space-sm: 8px;
  --space-md: 12px;
  --space-lg: 24px;
  --space-xl: 36px;

  /* fonts */
  --font-display: 'Interstate', ui-sans-serif, system-ui, sans-serif;
  --font-body:    'Interstate', ui-sans-serif, system-ui, sans-serif;
  --font-mono:    'Roboto Mono', ui-monospace, monospace;
}
