
body {
    font-family: 'Rubik', sans-serif;
    /* font-size: 14px; */
    /* -webkit-print-color-adjust: exact !important;
    print-color-adjust: exact !important; */
}

.invoice-table {
    border: #232424 solid 1px;
}

.invoice-table thead tr th {
    background-color: #d9d9d9;
    border-bottom: #232424 solid 1px;
}

.page-break-article {
    page-break-before: always;
}