@import url('https://fonts.googleapis.com/css2?family=Courier+Prime:wght@400;700&family=Noto+Sans+Telugu:wght@400;500;700&display=swap');

.screenplay,
.screenplay-page,
.screenplay-content {
  font-family: "Courier Prime", "Noto Sans Telugu", monospace;
}

@media print {
  .screenplay,
  .screenplay *,
  .screenplay-page,
  .screenplay-page *,
  .screenplay-content,
  .screenplay-content * {
    font-family: "Courier Prime", "Noto Sans Telugu", monospace !important;
  }
}