/*
 * FatoraTek unified invoice typography.
 * Applied globally to every receipt injected into #receipt_section,
 * independently of business or invoice-layout settings.
 */

#receipt_section,
#receipt_section div,
#receipt_section table,
#receipt_section thead,
#receipt_section tbody,
#receipt_section tfoot,
#receipt_section tr,
#receipt_section th,
#receipt_section td,
#receipt_section p,
#receipt_section span,
#receipt_section strong,
#receipt_section b,
#receipt_section small,
#receipt_section label,
#receipt_section h1,
#receipt_section h2,
#receipt_section h3,
#receipt_section h4,
#receipt_section h5,
#receipt_section h6,
#receipt_section a,
#receipt_section li,
#receipt_section blockquote,
.print_section,
.print_section div,
.print_section table,
.print_section thead,
.print_section tbody,
.print_section tfoot,
.print_section tr,
.print_section th,
.print_section td,
.print_section p,
.print_section span,
.print_section strong,
.print_section b,
.print_section small,
.print_section label,
.print_section h1,
.print_section h2,
.print_section h3,
.print_section h4,
.print_section h5,
.print_section h6,
.print_section a,
.print_section li,
.print_section blockquote {
    font-family: "Cairo", "Changa", Tahoma, Arial, sans-serif !important;
    font-synthesis: none;
    text-rendering: geometricPrecision;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* Keep icon glyphs on their own fonts. */
#receipt_section .fa,
#receipt_section .fas,
#receipt_section .far,
#receipt_section .fal,
#receipt_section .fab,
#receipt_section .fa-solid,
#receipt_section .fa-regular,
#receipt_section .fa-brands,
.print_section .fa,
.print_section .fas,
.print_section .far,
.print_section .fal,
.print_section .fab,
.print_section .fa-solid,
.print_section .fa-regular,
.print_section .fa-brands {
    font-family: "Font Awesome 6 Free", "Font Awesome 5 Free", FontAwesome !important;
}

@media print {
    #receipt_section,
    #receipt_section div,
    #receipt_section table,
    #receipt_section thead,
    #receipt_section tbody,
    #receipt_section tfoot,
    #receipt_section tr,
    #receipt_section th,
    #receipt_section td,
    #receipt_section p,
    #receipt_section span,
    #receipt_section strong,
    #receipt_section b,
    #receipt_section small,
    #receipt_section label,
    #receipt_section h1,
    #receipt_section h2,
    #receipt_section h3,
    #receipt_section h4,
    #receipt_section h5,
    #receipt_section h6,
    #receipt_section a,
    #receipt_section li,
    #receipt_section blockquote {
        font-family: "Cairo", "Changa", Tahoma, Arial, sans-serif !important;
        -webkit-print-color-adjust: exact !important;
        print-color-adjust: exact !important;
    }
}
