/* Print styles */
@media print {
    body {
        background: #fff;
        color: #000;
    }
}
