@tailwind base;
@tailwind components;
@tailwind utilities;

:root { color-scheme: light; }
html { scroll-behavior: smooth; }
body { margin: 0; }

.section-container { @apply mx-auto max-w-7xl px-4 sm:px-6 lg:px-8; }
.kicker { @apply text-sm font-bold uppercase tracking-[0.25em] text-blue-600; }
