@import url('https://fonts.googleapis.com/css2?family=Chakra+Petch:wght@400;500;600;700&family=Rajdhani:wght@400;500;600;700&display=swap');

html { scroll-behavior: smooth; }

@layer utilities {
    .btn-blue {
        @apply bg-[#2563EB] hover:bg-[#1D4ED8] text-white font-bold py-3 px-8 rounded shadow hover:shadow-lg transition-all duration-300;
    }
}
