/* Minimal custom CSS on top of Tailwind CDN (keeps it clean + easy to tweak) */
:root { color-scheme: light; }

html { scroll-behavior: smooth; }
body { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

.shadow-soft { box-shadow: 0 10px 30px rgba(2, 6, 23, 0.10); }
.bg-grid {
  background-image:
    radial-gradient(circle at 1px 1px, rgba(15, 23, 42, 0.08) 1px, transparent 0);
  background-size: 22px 22px;
}
