
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700&display=swap');

html, body {
    overflow-x:hidden;

  }

*{
    font-family: 'Poppins', sans-serif;
}


@font-face {
    font-family: 'Universo';
    src: url('https://cdn.bigmedia.es/fonts/Universo-Black.woff2') format('woff2'),
        url('https://cdn.bigmedia.es/fonts/Universo-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Universo';
    src: url('https://cdn.bigmedia.es/fonts/Universo-Bold.woff2') format('woff2'),
        url('https://cdn.bigmedia.es/fonts/Universo-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Universo';
    src: url('https://cdn.bigmedia.es/fonts/Universo-Light.woff2') format('woff2'),
        url('https://cdn.bigmedia.es/fonts/Universo-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Universo';
    src: url('https://cdn.bigmedia.es/fonts/Universo-Regular.woff2') format('woff2'),
        url('https://cdn.bigmedia.es/fonts/Universo-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Universo Stencil';
    src: url('https://cdn.bigmedia.es/fonts/Universo-Stencil.woff2') format('woff2'),
        url('https://cdn.bigmedia.es/fonts/Universo-Stencil.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Universo';
    src: url('https://cdn.bigmedia.es/fonts/Universo-Thin.woff2') format('woff2'),
        url('https://cdn.bigmedia.es/fonts/Universo-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}



::-webkit-scrollbar {
    background-color: transparent;
    width: 7px;
  }
::-webkit-scrollbar-track {
    background-color: transparent;
  }
::-webkit-scrollbar-thumb {
    border-radius: 0px;
    background-color: #000;
    background-clip: content-box;
}