@media print {
  * {
    font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
    color: black;
    font-size: 12pt;
    -webkit-text-fill-color: none;
    -webkit-text-stroke-color: none;
    -webkit-text-stroke-width: 0;
    font-weight: 100;
  }
  h1 {
    font-size: 10pt;
  }
  p {
    font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
    color: black;
    font-size: 12pt;
  }
}
