/**
 * Generated from Spotify — DESIGN.md
 * https://www.webdesignhot.com/design.md/
 */
:root {
  /* role tokens (resolved) */
  --bg: #121212;
  --surface: #181818;
  --surface-alt: #181818;
  --text: #ffffff;
  --text-dim: #ffffff;
  --text-faint: #ffffff;
  --brand: #1ed760;
  --on-brand: #000000;
  --border: #282828;
  --border-strong: #727272;
  --success: #1ed760;
  --warning: #ffa42b;
  --danger: #e91429;

  /* full color palette */
  --color-bg: #121212;
  --color-bg-deep: #000000;
  --color-bg-base: #000000;
  --color-surface: #181818;
  --color-surface-strong: #282828;
  --color-surface-soft: #1a1a1a;
  --color-surface-elevated: #2a2a2a;
  --color-surface-tinted: rgba(0,0,0,0.5);
  --color-surface-card: #181818;
  --color-surface-now-playing: #181818;
  --color-text: #ffffff;
  --color-text-strong: #ffffff;
  --color-text-base: #ffffff;
  --color-text-subdued: #a7a7a7;
  --color-text-muted: #727272;
  --color-text-bright-accent: #1ed760;
  --color-text-disabled: #535353;
  --color-brand: #1ed760;
  --color-brand-hover: #1fdf64;
  --color-brand-active: #169c46;
  --color-brand-deep: #137a3a;
  --color-brand-classic: #1db954;
  --color-on-brand: #000000;
  --color-accent-pink: #ff6437;
  --color-accent-yellow: #f0ff5b;
  --color-accent-purple: #b28cff;
  --color-border: #282828;
  --color-border-soft: #181818;
  --color-border-strong: #727272;
  --color-scrim-top: linear-gradient(180deg, rgba(0,0,0,0.6) 0%, transparent 100%);
  --color-scrim-card: linear-gradient(0deg, rgba(0,0,0,0.7) 0%, transparent 100%);
  --color-shadow-card: rgba(0,0,0,0.5);
  --color-shadow-modal: rgba(0,0,0,0.76);
  --color-success: #1ed760;
  --color-warning: #ffa42b;
  --color-danger: #e91429;
  --color-danger-text: #f15e6c;
  --color-info: #509bf5;
  --color-explicit-badge: #727272;
  --color-liked-heart: #1ed760;
  --color-premium-badge: #1ed760;
  --color-equalizer-bar: #1ed760;

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

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

  /* spacing */
  --space-xs: 4px;
  --space-sm: 8px;
  --space-md: 16px;
  --space-lg: 32px;
  --space-xl: 48px;

  /* fonts */
  --font-display: 'Spotify Mix', ui-sans-serif, system-ui, sans-serif;
  --font-body:    'Spotify Mix', ui-sans-serif, system-ui, sans-serif;
  --font-mono:    'SFMono-Regular', ui-monospace, monospace;
}
