



/* Custom class for social icons - adjust colors/sizes here */
.social-icon {
    width: 2.25rem; /* w-9 */
    height: 2.25rem; /* h-9 */
    transition: transform 0.2s ease, background-color 0.2s ease;
}
.social-icon:hover {
    transform: translateY(-2px);
}

