@font-face {
    font-family: Hyperwave;
    src: url(fonts/hyperwave-one.ttf);
}

@font-face {
    font-family: Outfit;
    src: url(fonts/Outfit-VariableFont_wght.ttf);
}

@font-face {
    font-family: Mercadillo;
    src: url(fonts/mercadillo-black.ttf);
}

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

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    /* font-family: Outfit;
    font-weight: 500; */
}

body {
    display: flex;
    flex-direction: column;
    color: white;
    background-color: #121034;
    /* min-height: 200vh; */
    position: relative;
    align-items: center;
    /* justify-content: center; */
    overflow-x: hidden;
    /* height: 100%; */
}

body.no-scroll {
    overflow: hidden;
    /* Prevents scrolling when popup is active */
}

.logo {
    text-align: center;
    font-family: Hyperwave !important;
    font-size: clamp(0pt, 13vw, 3rem) !important;
    font-style: normal !important;
    font-weight: 400 !important;
    margin: 0pt;
    letter-spacing: 0.07875rem !important;
    background: var(--gold-21, linear-gradient(54deg, #8B6432 12.91%, #F1BF5A 39.27%, #FFD182 52.07%, #F1BF5A 64.09%, #8B6432 90.45%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.roobet-gradient {
    background: linear-gradient(52deg, #8B6432 -1.5%, #F1BF5A 30.63%, #FFD182 46.22%, #F1BF5A 60.86%, #8B6432 92.99%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.packdraw-gradient {
    background: linear-gradient(75deg, #F7E6F3 2.91%, #FCA4EB 30.07%, #BE7FF6 54.93%, #8569FF 74.73%, #6995FF 98.66%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.golden {
    background: var(--Gold, linear-gradient(39deg, #8B6432 20.54%, #F1BF5A 47.56%, #FCE0B1 60.67%, #F1BF5A 72.98%, #8B6432 100%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: 0px 0px clamp(0pt, 0.5vw, 6.5px) #f1bf5a7e;
}

.golden-text {
    background: linear-gradient(67deg, #8B6432 -4.72%, #F1BF5A 16.6%, #FFD182 26.94%, #F1BF5A 36.66%, #8B6432 57.97%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.golden-text-vertical {
    background: var(--Gold, linear-gradient(39deg, #F1BF5A 20.54%, #ffda9a 50.67%, #F1BF5A 80%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.div-gradient {
    border-radius: 30px;
    background: linear-gradient(180deg, #121034 0%, #201852 79.33%);
}