:root {
  --bg-body:          #180d2e;
  --bg-hero:          #241440;
  --nav-bg:           linear-gradient(to bottom,rgba(24,13,46,.9) 0%,transparent 100%);
  --bg-footer:        #110923;
  --bg-footer-bottom: #0a0618;
  --hero-fs:          clamp(80px,14vw,200px);
  --wm-size:          60vw;
  --pres-bg:          rgba(0,0,0,.3);
}
body { background:var(--bg-body); }
.poem-title { font-size:28px; }
