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

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

