@tailwind base;@tailwind components;@tailwind utilities;:root{--color-teal-base: #527a77;--color-teal-light: #5f8c88;--color-teal-dark: #456866}body{margin:0;background-color:var(--color-teal-base);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@keyframes neu-pulse{0%{shadow:8px 8px 16px #456866,-8px -8px 16px #5f8c88}50%{shadow:12px 12px 24px #456866,-12px -12px 24px #5f8c88}to{shadow:8px 8px 16px #456866,-8px -8px 16px #5f8c88}}.animate-neu-pulse{animation:neu-pulse 2s infinite ease-in-out}
