        html {
            scroll-behavior: smooth;
        }
        ::selection {
            background-color: rgba(37, 99, 235, 0.2);
        }
        .section-padding {
            @apply px-6 sm:px-10 lg:px-20 py-16 lg:py-24;
        }
        .flink {
            @apply inline-flex items-center text-gray-700 hover:text-primary transition-colors duration-300 border-b border-transparent hover:border-primary;
        }
