/* Custom styles to complement Tailwind */
body {
    font-family: 'Inter', sans-serif;
}

nav a {
    transition: color 0.3s ease;
}

section#home {
    background-attachment: fixed;
}

button {
    transition: background-color 0.3s ease;
}