@charset "UTF-8";

@media print {
    *{
        background: transparent !important;
        color: var(--color-on-background) !important;
        text-shadow: none;
        filter: none;
        -ms-filter: none;
    }
    .print{display: flex}
    .hidden-print{display: none !important}
}
