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

body {
    font-family: 'Inter', sans-serif;
    line-height: 1.6;
    color: #1f2937;
}

#vanta-bg {
    z-index: 0;
}

section {
    scroll-margin-top: 80px;
}

.custom-clip-path {
    clip-path: polygon(0 0, 100% 0, 100% 85%, 0% 100%);
}

/* Smooth scroll */
html {
    scroll-behavior: smooth;
}