@tailwind base;@tailwind components;@tailwind utilities;@layer base{html{font-family:Inter,system-ui,sans-serif}body{@apply bg-white text-deep-black;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a.hover-link:hover{text-decoration:underline!important}}@layer components{.btn-primary{@apply bg-brand-blue text-white px-4 py-2 rounded-md hover:bg-opacity-90 transition-colors;}.btn-success{@apply bg-brand-green text-white px-4 py-2 rounded-md hover:bg-opacity-90 transition-colors;}.btn-danger{@apply bg-growth-coral text-white px-4 py-2 rounded-md hover:bg-opacity-90 transition-colors;}.hover-link:hover{text-decoration:underline!important}.auth-link{color:#39b54a;text-decoration:none;font-weight:500;transition:all .2s}.auth-link:hover{text-decoration:underline!important}}
