@media print {
    :root {
        --theme-bg: #ffffff;
        --theme-surface: #ffffff;
        --theme-surface-alt: #ffffff;
        --theme-text: #000000;
        --theme-muted: #333333;
        --theme-border: #808080;
        --theme-primary: #000000;
        --theme-primary-contrast: #ffffff;
        --theme-focus: #000000;
        --theme-shadow: none;
    }

    body {
        background: #ffffff !important;
        color: #000000 !important;
    }

    nav,
    button,
    .no-print {
        display: none !important;
    }
}
