/* TODO: dynamic font face??? */
@media print {
  @page {
    size: auto;
    margin: 1cm 2cm;
  }
  * {
    color: #000 !important;
    font-family: Inter, Arial, Helvetica, sans-serif !important;
  }

  body,
  p {
    font-size: 11pt !important;
    line-height: 150%;
  }
  h1 {
    font-size: 36pt !important;
  }
  h2,
  .hero-content__subtitle {
    font-size: 22pt !important;
  }
  h3 {
    font-size: 18pt !important;
  }
  h4 {
    font-size: 16pt !important;
  }
  h5 {
    font-size: 14pt !important;
  }
  h6 {
    font-size: 12pt !important;
  }
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-weight: 700 !important;
    line-height: 150% !important;
  }
  button,
  .button {
    display: none;
  }

  .prism {
    break-inside: avoid;
    border: 1px solid #666;
    padding: 0.5cm;
  }
}
