@media print {
  body.modo-impresion h1,
  body.modo-impresion h2,
  body.modo-impresion h3 {
    font-size: 16px !important;
    color: red !important;
  }

  body.modo-impresion p {
    font-size: 14px !important;
    line-height: 1.5;
  }

  /* Agrega más reglas como necesites */
}
