* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

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

html {
    scroll-behavior: smooth;
}

/* Remove default link styles */
a {
    text-decoration: none;
}

/* Smooth transitions */
button, a {
    transition: all 0.3s ease;
}
