@import url(blocks/block1.css);
@import url(blocks/block2.css);
@import url(blocks/block3.css);
@import url(blocks/block4.css);
@import url(blocks/block5.css);
@import url(blocks/block6.css);
@import url(blocks/block7.css);
@import url(blocks/block8.css);
@import url(blocks/to-top-button.css);
@import url(blocks/fullscreen-menu.css);


html {
    overflow-x: hidden;
    scroll-behavior: smooth;
}

body {
    overflow-x: hidden;
    margin: 0px;
    background: #0B0B0B;
    color: white;
    font-family: "Montserrat";
    font-size: 1vw;
    z-index: -1000;
    position: relative;
}

/* body * {
    user-select: none;
} */

.font1 {
    font-family: "Montserrat";
}

.font2 {
    font-family: "Tektur";
}

.font3 {
    font-family: "Handjet";
}

.font4 {
    font-family: "BancoRegular";
}

.background1 {
    background-image: url("../images/background-1.png");
    background-position: top center;
    background-size: 100% 70%;
    background-repeat: no-repeat;
    z-index: -100;
    position: relative;
}

.background2 {
    background-image: url("../images/background-2.png");
    background-position: top center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    z-index: -101;
    position: relative;
}