/* Custom styles to complement Tailwind CSS */
.smooth-scroll {
    scroll-behavior: smooth;
}

/* Ensure the emoji icons are properly sized */
.text-4xl {
    line-height: 1.2;
}