@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&amp;family=Space+Grotesk:wght@500;600&amp;display=swap');

:root {
    --primary: 139 92 246;
}


html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Inter', sans-serif;
}

.logo-font {
    font-family: 'Space Grotesk', sans-serif;
    /*white-space: pre-line;*/
}

.glass {
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
}

.hero-bg {
    background: linear-gradient(135deg, #0a0a0a 0%, #1a1a2e 100%);
}

.blur-overlay {
    background: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(12px);
}

.zindex99 {
    z-index: 99;
}
.zindex100{
    z-index: 100!important;
}

/*.logo-img {*/
/*background-image: url("768x768.png");*/
/*background-size: cover;*/
/*background-repeat: no-repeat;*/
/*}*/

.ptf {
    padding-top: 1.8rem;
    padding-bottom: 1rem;
}

