@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700;800&family=Caveat:wght@700&display=swap');

html { scroll-behavior: smooth; }

@layer utilities {
    .btn-teal {
        @apply bg-[#0D9488] hover:bg-[#0F766E] text-white font-bold py-3 px-8 rounded-full shadow-lg hover:shadow-xl transition-all duration-300 transform hover:-translate-y-1;
    }
}
