﻿@media print {
    @page {
        margin: 0;
    }
    body {
        font-family: 'Inter', sans-serif;
        width: 100%;
        margin: 0;
        padding: 0;
        background-color: #172024 !important;
    }

    .grid {
        display: grid !important;
    }

    table, th, td {
        font-size: 8pt;
    }

    .text-highlight {
        font-size: 10pt;
    }

    .text-subtle {
        font-size: 8pt;
    }
}
