@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;600;700&display=swap');

body {
    font-family: 'Quicksand', system-ui, sans-serif;
    scroll-behavior: smooth;
}

.bg-grid {
    background-image: radial-gradient(#222 1px, transparent 1px);
    background-size: 30px 30px;
}

.glass {
    background: rgba(255, 255, 255, 0.03);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.gradient-border {
    border-image: linear-gradient(to right, rgb(64 168 138), rgb(3 93 70)) 1;
}
