:root {
    /* GREYSCALES */
    --black: #09090B;
    /*rgb(9, 9, 11)*/
    --text-black: #18181B;
    /*rgb(24, 24, 27)*/
    --grey: #27272A;
    /*rgb(39, 39, 42)*/
    --text-grey: #A1A1AA;
    /*rgb(161, 161, 170)*/
    --white: #FAFAFA;
    /*rgb(250, 250, 250)*/
}

html,
body {
    width: 100vw;
    height: 100vh;
    margin: 0;
    padding: 0;
    overflow: hidden;
    font-family: "PTRootUI", sans-serif;
    color: var(--text-black);
    background: var(--white);
}

.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.navbar {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-evenly;
    position: absolute;
    top: 0;
    z-index: 999;
    width: 100vw;
    height: 50px;
}

.navlink {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    position: relative;
    float: right;
    height: 50px;
    line-height: 50px !important;
    cursor: pointer;
    text-align: center;
    text-transform: Lowercase;
    padding-right: 30px;
    font-weight: 400;
    font-size: 15px;
}

.ai {
    font-weight: 900 !important;
}

.navlink a {
    display: flex;
    flex-direction: row;
    align-items: center;
    text-decoration: none;
    color: var(--text-black);
}

.product-name {
    margin-left: 5px;
}

.navlink a:hover span {
    color: var(--black);
    font-weight: 600;
}

.futuristt-wrap {
    display: flex;
    flex-direction: column;
    position: absolute !important;
    z-index: 99999999999 !important;
    pointer-events: none;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: 100vh;
    font-size: 120px;
}

.futuristt-logo {
    font-family: "Poppkorn", sans-serif !important;
}

@media (max-width: 496px) {
    .futuristt-wrap {
        font-size: 50px !important;
    }
}

@media (max-width: 576px) {
    .navlink a span {
        display: none;
    }

    .navlink {
        padding-right: 0px;
    }
}

@media (max-width: 732px) {
    .futuristt-wrap {
        font-size: 80px;
    }
}

@media (max-width: 850px) {
    .navlink a span {
        display: none;
    }

    .navlink {
        font-size: 20px;
    }
}

.tagline {
    z-index: 99999999999 !important;
    pointer-events: none;
    font-size: 20px;
    font-weight: 600;
    text-transform: lowercase;
}

.fai-logo {
    font-size: 20px;
}
