/*
 * The Neverending Tapes - A Bob Dylan Archive
 * Design System
 */

/* ========================================
   Tokens
   ======================================== */

:root {
  /* Backgrounds — warm undertone darks */
  --bg-deep:       #161412;
  --bg:            #1e1b18;
  --surface:       #252119;
  --surface-hover: #2e2924;

  /* Borders */
  --border-subtle: #332e28;
  --border:        #4a4338;
  --border-active: #6b5d4a;

  /* Text */
  --text:          #e8e0d4;
  --text-secondary:#a89880;
  --text-muted:    #6b5f52;

  /* Accent — the tube glow */
  --accent:        #c8a96e;
  --accent-hover:  #d4b87a;
  --accent-dim:    rgba(200, 169, 110, 0.08);

  /* Player */
  --player-bg:     #131210;

  /* Typography */
  --font-display:  'Cormorant Garamond', Georgia, serif;
  --font-body:     'Spectral', Georgia, serif;
  --font-mono:     'IBM Plex Mono', 'Menlo', monospace;

  /* Transitions */
  --transition-fast:   120ms ease-out;
  --transition-base:   200ms ease-out;
  --transition-slow:   350ms ease-in-out;
}
