/* Custom overrides on top of Tailwind CDN */
html { scroll-behavior: smooth; }
body { font-family: 'Inter', system-ui, -apple-system, 'Segoe UI', Roboto, 'Noto Sans KR', sans-serif; }

/* Hero slide stack */
.hero-slide { transition-property: opacity; }

/* Smooth section anchor offset for fixed header */
section[id] { scroll-margin-top: 80px; }
