/* Custom overrides for Tailwind */
body { font-family: 'Inter', sans-serif; }
.hover\:scale-105:hover { transform: scale(1.05); transition: 0.3s; }
table th, table td { border-bottom: 1px solid #e5e7eb; }
pre { overflow-x: auto; }
img { max-width: 100%; height: auto; }