@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bodoni+Moda:ital,opsz@1,6..96&display=swap');

@font-face {
    font-family: 'Lastias-bold';
    src: url('/fonts/Universo-Bold.woff2') format('woff2'),
        url('/fonts/Universo-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lastias-black';
    src: url('/fonts/Universo-Black.woff2') format('woff2'),
        url('/fonts/Universo-Black.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'Lastias-light';
    src: url('/fonts/Universo-Light.woff2') format('woff2'),
        url('/fonts/Universo-Light.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lastias-regular';
    src: url('/fonts/Universo-Regular.woff2') format('woff2'),
        url('/fonts/Universo-Regular.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

h1,h2,h3,h4,h5,h6,b{
    font-family: 'Lastias-black';
}


*{
    font-family: 'Lastias-light';
}

body{
    background-color: #070709 !important;
    overflow-x: hidden; 
}

.text-rel{
    font-family: 'Bodoni Moda', serif;

}

#dev-overlay{
    display: none !important;
}
.text-white-dg{
    background: rgb(82,81,81);
background: linear-gradient(318deg, rgba(82,81,81,1) 0%, rgba(255,255,255,1) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent; 

}

::-webkit-scrollbar {
    background-color: transparent;
    width: 7px;
  }
::-webkit-scrollbar-track {
    background-color: transparent;
  }
::-webkit-scrollbar-thumb {
    border-radius: 0px;
    background-color: #fff2;
    background-clip: content-box;
}


button{
    border:0.1px solid rgba(255, 255, 255, 0.12);
    padding:10px 20px;
    border-radius: 60px !important;
    background-color: transparent;
    color:#fff;
}