
/* THE1 ENERGY PDF PRINT FONT FIX */
@media print {
  html, body, body * {
    font-family: "Thonburi", "Noto Sans Thai", Arial, sans-serif !important;
    font-kerning: normal;
    text-rendering: optimizeLegibility;
  }
  * {
    -webkit-print-color-adjust: exact !important;
    print-color-adjust: exact !important;
  }
}
