/* Minimal additions on top of Tailwind */
pre code { white-space: pre; }

/* Smooth page transitions */
a { transition: color 0.15s; }

/* Scrollbar styling for code blocks */
pre::-webkit-scrollbar { height: 4px; }
pre::-webkit-scrollbar-track { background: transparent; }
pre::-webkit-scrollbar-thumb { background: #d1d5db; border-radius: 2px; }
