/* ============================================================
   Festival Catacumbas — Novel Copy Override
   Gilt NUR für FC-Episoden (EP1–EP3, DE + EN).
   Überschreibt .content p aus generai-style.css.
   ============================================================ */

.content p {
  font-family: 'Inter', system-ui, sans-serif;
  font-weight: 600 !important;
  font-size: 32px !important;
  line-height: 44px !important;
  color: #999894;
}

@media (max-width: 810px) {
  .content p {
    font-size: 20px  !important;
    line-height: 32px !important;
  }
}
