@import url('https://fonts.googleapis.com/css2?family=Jost:wght@300;400;500;600;700&family=Outfit:wght@300;400;500;600;700&display=swap');

html { scroll-behavior: smooth; }

@layer utilities {
    .btn-real {
        @apply bg-[#005C97] hover:bg-[#00385D] text-white font-medium py-3 px-8 rounded shadow-lg transition-all duration-300 tracking-wide;
    }
    .btn-real-outline {
        @apply border border-[#005C97] text-[#005C97] hover:bg-[#005C97] hover:text-white font-medium py-3 px-8 rounded transition-all duration-300 tracking-wide;
    }
}
