body {
    font-family: 'Inter', sans-serif;
}
.whatsapp-float {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 1000;
}
/* Smooth scrolling for anchor links */
html {
    scroll-behavior: smooth;
}