/* ===================================
   BÜYEM Print (Yazdırma) CSS
   =================================== */

* {
    -webkit-print-color-adjust: exact !important;
    color-adjust: exact !important;
    print-color-adjust: exact !important;
}

body, div, section, header, footer {
    background-image: url("") !important;
    background-color: inherit !important;
    background-repeat: inherit !important;
    background-position: inherit !important;
    background-size: inherit !important;
}

