Spaces:
Running
Running
| @import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap'); | |
| body { | |
| font-family: 'Inter', sans-serif; | |
| line-height: 1.6; | |
| color: #374151; | |
| } | |
| /* Print-specific styles */ | |
| @media print { | |
| body { | |
| background: white; | |
| color: black; | |
| font-size: 12pt; | |
| } | |
| .no-print { | |
| display: none ; | |
| } | |
| main { | |
| padding: 0; | |
| margin: 0; | |
| } | |
| section { | |
| page-break-inside: avoid; | |
| } | |
| h1, h2, h3 { | |
| page-break-after: avoid; | |
| } | |
| table { | |
| page-break-inside: auto; | |
| } | |
| tr { | |
| page-break-inside: avoid; | |
| page-break-after: auto; | |
| } | |
| } |