@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Merriweather:ital,wght@0,300;0,400;0,700;1,300&display=swap');

html { scroll-behavior: smooth; }

@layer utilities {
    .btn-insurance {
        @apply bg-[#1E3A8A] hover:bg-[#15275e] text-white font-medium py-3 px-8 rounded shadow-md transition-all duration-300;
    }
    .btn-insurance-outline {
        @apply border-2 border-[#1E3A8A] text-[#1E3A8A] hover:bg-[#1E3A8A] hover:text-white font-medium py-3 px-8 rounded transition-all duration-300;
    }
}
