
/* Minimal custom styles (Tailwind via CDN handles most UI) */
:root { color-scheme: light; }
.nav-link { color: #4b5563; }
.nav-link:hover { color: #111827; }
.cookie-banner { animation: slideUp .4s ease-out; }
@keyframes slideUp { from { transform: translateY(12px); opacity: 0; } to { transform: translateY(0); opacity: 1; } }
.prose :where(h1,h2,h3){font-family:"Playfair Display",serif}
#year::after { content: attr(data-year); }
