@font-face {
    font-family: gtAmerica;
    src: url(https://staking.heyanon.ai/_next/static/media/GT_America_Thin-s.p.afbbdcbb.otf)format("opentype");
    font-display: swap;
    font-weight: 100;
    font-style: normal
}

@font-face {
    font-family: gtAmerica;
    src: url(https://staking.heyanon.ai/_next/static/media/GT_America_Light-s.p.b53fbda3.otf)format("opentype");
    font-display: swap;
    font-weight: 300;
    font-style: normal
}

@font-face {
    font-family: gtAmerica;
    src: url(https://staking.heyanon.ai/_next/static/media/GT_America_Regular-s.p.8347eaab.otf)format("opentype");
    font-display: swap;
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: gtAmerica;
    src: url(https://staking.heyanon.ai/_next/static/media/GT_America_Medium-s.p.86b89203.otf)format("opentype");
    font-display: swap;
    font-weight: 500;
    font-style: normal
}

@font-face {
    font-family: gtAmerica;
    src: url(https://staking.heyanon.ai/_next/static/media/GT_America_Bold-s.p.8607b248.otf)format("opentype");
    font-display: swap;
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: gtAmerica Fallback;
    src: local(Arial);
    ascent-override:98.75%;descent-override:19.65%;line-gap-override:0.0%;size-adjust:101.77%}

.gtamerica_18af47aa-module__AMdrFW__className {
    font-family: gtAmerica,gtAmerica Fallback
}

.gtamerica_18af47aa-module__AMdrFW__variable {
    --font-gt-america: "gtAmerica","gtAmerica Fallback"
}

@font-face {
    font-family: gtAmericaMono;
    src: url(https://staking.heyanon.ai/_next/static/media/GT_America_Mono_Thin-s.p.ef5e00ac.otf)format("opentype");
    font-display: swap;
    font-weight: 100;
    font-style: normal
}

@font-face {
    font-family: gtAmericaMono;
    src: url(https://staking.heyanon.ai/_next/static/media/GT_America_Mono_Light-s.p.51187874.otf)format("opentype");
    font-display: swap;
    font-weight: 300;
    font-style: normal
}

@font-face {
    font-family: gtAmericaMono;
    src: url(https://staking.heyanon.ai/_next/static/media/GT_America_Mono_Regular-s.p.1567a5a5.otf)format("opentype");
    font-display: swap;
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: gtAmericaMono;
    src: url(https://staking.heyanon.ai/_next/static/media/GT_America_Mono_Medium-s.p.98bb6410.otf)format("opentype");
    font-display: swap;
    font-weight: 500;
    font-style: normal
}

@font-face {
    font-family: gtAmericaMono;
    src: url(https://staking.heyanon.ai/_next/static/media/GT_America_Mono_Bold-s.p.0ac98ee7.otf)format("opentype");
    font-display: swap;
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: gtAmericaMono Fallback;
    src: local(Arial);
    ascent-override:73.97%;descent-override:14.72%;line-gap-override:0.0%;size-adjust:135.87%}

.gtamericamono_fd8238de-module__DQI2BG__className {
    font-family: gtAmericaMono,gtAmericaMono Fallback
}

.gtamericamono_fd8238de-module__DQI2BG__variable {
    --font-gt-america-mono: "gtAmericaMono","gtAmericaMono Fallback"
}

.spinner {
    box-sizing: border-box;
    border: 4px dotted #fff;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    animation: 1.75s linear infinite rotation;
    display: inline-block;
    position: relative
}

@keyframes rotation {
    0% {
        transform: rotate(0)
    }

    to {
        transform: rotate(360deg)
    }
}
