/* Import Noto Sans TC from Google Fonts for reliable loading */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@400;700;900&display=swap');

@page { size: A4; margin: 5.08mm; }

/* Force image visibility in print and avoid lazy-loading concerns */
img { image-rendering: auto; }

* { -webkit-print-color-adjust: exact; print-color-adjust: exact; }

body { background: #fff; }


