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

body {
    font-family: 'Poppins', sans-serif;
}

.smooth-scroll {
    scroll-behavior: smooth;
}

.card-hover {
    transition: transform 0.3s ease-in-out;
}

.card-hover:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(20, 184, 166, 0.1);
}

.logo-dentalux {
    background: linear-gradient(90deg, #3B82F6, #14B8A6);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
} 