:root {
    --primary: #3b82f6;
}

* {
    -webkit-tap-highlight-color: transparent;
}

html {
    scroll-behavior: smooth;
}

body {
    font-feature-settings: 'cv11', 'ss01', 'ss03';
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}
::-webkit-scrollbar-track {
    background: #f1f5f9;
}
::-webkit-scrollbar-thumb {
    background: #cbd5e1;
    border-radius: 4px;
}
::-webkit-scrollbar-thumb:hover {
    background: #94a3b8;
}

@media print {
    body { background: white !important; }
    .no-print { display: none !important; }
    .print-break { page-break-before: always; }
    .print-friendly {
        box-shadow: none !important;
        border: 1px solid #e2e8f0 !important;
    }
    .text-slate-900 { color: #000 !important; }
    .text-slate-700 { color: #333 !important; }
    .text-slate-500 { color: #666 !important; }
}
