@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;700;900&display=swap');

body {
    font-family: 'Inter', sans-serif;
    scroll-behavior: smooth;
}

/* Custom Gradient for the data image background */
.hero-gradient {
    background: radial-gradient(circle, rgba(255,255,255,1) 0%, rgba(200,225,255,1) 100%);
}

