/* Project-specific Tailwind overrides and small utilities */
html, body {
  height: 100%;
}

.container {
  max-width: 1100px;
}

/* Slight hover scale effect for cards */
.hover\\:scale-101:hover {
  transform: scale(1.01);
}

/* Keep images crisp */
img { image-rendering: auto; }
