/* ============================================
   MELODY LIMNOS 96,7 — CSS Variables & Base
   ============================================ */

:root {
  /* Brand Colors */
  --red:          #cc1a1a;
  --red-dark:     #a01414;
  --red-deeper:   #7d0f0f;
  --red-light:    #e84040;
  --red-pale:     #fdeaea;

  /* Dark / Navy palette */
  --navy:         #0d1b2a;
  --navy-mid:     #1a2e40;
  --navy-light:   #243447;
  --navy-border:  rgba(255,255,255,0.1);

  /* Neutrals */
  --cream:        #faf7f0;
  --white:        #ffffff;
  --text-dark:    #0d1b2a;
  --text-mid:     #3a4a5c;
  --text-light:   #6b7d8f;

  /* UI */
  --radius:       12px;
  --radius-sm:    8px;
  --radius-pill:  100px;
  --shadow:       0 8px 40px rgba(13,27,42,0.18);
  --shadow-sm:    0 4px 16px rgba(13,27,42,0.10);

  /* Player bar */
  --player-h:     72px;
  --player-h-mob: 64px;
}
