/* Global Custom Styles */
html {
    scroll-behavior: smooth;
}

/* Print Styles */
@media print {
    .print\:hidden {
        display: none !important;
    }
    .print\:shadow-none {
        box-shadow: none !important;
    }
    .print\:border-none {
        border: none !important;
    }
    .print\:p-0 {
        padding: 0 !important;
    }
    .print\:py-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    .print\:bg-slate-100 {
        background-color: #f1f5f9 !important;
        -webkit-print-color-adjust: exact;
    }
    .print\:text-tech-slate {
        color: #4A4A4A !important;
    }
}

/* Custom Utilities */
.selection\:bg-muted-gold ::selection {
    background-color: #C5A059;
    color: white;
}
