@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&display=swap');

/* ── Songs section typography overrides ── */

body {
  font-family: 'Inter', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.8;
  color: #e8e8e8;
}

/* Single-column prose layout */
.two-col {
  display: block;
  max-width: 720px;
  margin: 0 auto;
}

/* Song index list stays readable too */
.song-list {
  max-width: 720px;
  margin: 0 auto;
}

h1 {
  font-family: 'Inter', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 2.2rem;
  font-weight: 600;
  color: #ffffff;
  letter-spacing: -0.01em;
  line-height: 1.2;
}

p {
  margin: 0 0 1.6em;
  text-align: left;
}

/* Quoted lyric panels */
.panel p {
  font-size: 1rem;
  line-height: 1.9;
}

/* Eyebrow / meta labels keep their existing style */
.eyebrow,
.song-meta,
.section-title {
  font-family: 'Inter', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
