/* Shared styles across all pages */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap');

body {
    font-family: 'Inter', sans-serif;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

main {
    flex: 1;
}

#vanta-bg {
    z-index: 0;
}
.relative.z-10 {
    position: relative;
    z-index: 10;
}

.g-recaptcha {
    display: flex;
    justify-content: center;
    margin: 1.5rem 0;
}
