@font-face {
    font-family: 'saudi-riyal';
    src: url('../../../fonts/saudi-riyal.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

.saudi-currency {
    font-family: 'saudi-riyal', sans-serif;
}

@media print {
    table {
        page-break-inside: auto;
    }
    tr {
        page-break-inside: avoid;
        page-break-after: auto;
    }
    td, th {
        word-break: break-word;
        white-space: normal;
        overflow-wrap: break-word;
    }

    .page-break {
        page-break-before: always;
        margin-top: 20px; /* Adjust as needed */
    }

    .page-break::after {
        content: "";
        display: block;
        margin-bottom: 20px; /* Adjust as needed */
    }
}
