@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap";@tailwind base;@tailwind components;@tailwind utilities;@layer components{.btn-primary{@apply bg-nrh-blue hover:bg-blue-700 text-white font-semibold py-3 px-6 rounded-lg transition duration-300 ease-in-out transform hover:scale-105;}.btn-secondary{@apply bg-nrh-green hover:bg-green-700 text-white font-semibold py-3 px-6 rounded-lg transition duration-300 ease-in-out;}.section-title{@apply text-3xl md:text-4xl font-bold text-gray-800 mb-6;}.card{@apply bg-white rounded-lg shadow-lg p-6 hover:shadow-xl transition duration-300;}}
