body {
    font-family: 'Inter', sans-serif;
    scroll-behavior: smooth;
}

h1, h2, h3, .font-display {
    font-family: 'Outfit', sans-serif;
}

.selection-bg-primary ::selection {
    background-color: rgba(59, 130, 246, 0.2);
}

.nav-link {
    transition: color 0.3s ease;
}

.service-card {
    transition: all 0.3s ease;
}

.service-card:hover {
    transform: translateY(-4px);
}
