@media print {
  h1.uppercase,
  h2.uppercase,
  h3.uppercase,
  h4.uppercase,
  h5.uppercase,
  h6.uppercase {
    font-family: var(--font-sans), ui-sans-serif, system-ui, sans-serif !important;
    font-size: 10pt !important;
    line-height: 1.2 !important;
    letter-spacing: 0.06em !important;
  }

  @page {
    margin: 0.65in;
  }

  body {
    margin: 0;
    background: #fff;
    color: #000;
    font-family: "STIX Two Text", "Times New Roman", Times, serif;
    font-size: 11pt;
    line-height: 1.4;
  }

  a {
    color: inherit;
    text-decoration: none;
  }

  .published-minutes-footer {
    padding-inline: 0.08in;
  }

  .meeting-page,
  .meeting-page * {
    font-family: "STIX Two Text", "Times New Roman", Times, serif !important;
  }
}
