:root {
    --font-sans: 'Inter', system-ui, -apple-system, sans-serif;
    --font-display: 'Cormorant Garamond', Georgia, serif;
}
body { font-family: var(--font-sans); -webkit-font-smoothing: antialiased; }
.font-display { font-family: var(--font-display); }
html { scroll-behavior: smooth; scroll-padding-top: 5rem; }
::selection { background-color: #e5e5e5; color: #171717; }
img { max-width: 100%; height: auto; display: block; }
::-webkit-scrollbar { width: 6px; }
::-webkit-scrollbar-track { background: #fafaf9; }
::-webkit-scrollbar-thumb { background: #d4d4d4; border-radius: 3px; }
::-webkit-scrollbar-thumb:hover { background: #a3a3a3; }
@media print { nav, .no-print { display: none !important; } }
