T@font-face {
    font-family: HK Grotesk;
    src: url("https://cdn.glitch.me/605e2a51-d45f-4d87-a285-9410ad350515%2FHKGrotesk-Regular.otf?v=1603136326027") format("opentype");
}

@font-face {
    font-family: HK Grotesk;
    font-weight: bold;
    src: url("https://cdn.glitch.me/605e2a51-d45f-4d87-a285-9410ad350515%2FHKGrotesk-Bold.otf?v=1603136323437") format("opentype");
}

html {
    overflow: auto;
}

html,
body {
    margin: 0px;
    padding: 0px;
    height: 100%;
    border: none;
}

.background--custom {
    background: linear-gradient(90deg, #6470f5, #693295, #b1c4f4);
    background-size: 300% 300%;
    animation: gradient 4s alternate infinite;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    text-align: center;
    vertical-align: middle;
}
@keyframes gradient {
    0% {
        background-position: 0%;
    }
    100% {
        background-position: 100%;
    }
}

input[type="button"] {
    font-size: 16px;
    font-size: max(16px, 1em);
    font-family: HK Grotesk;
    font-weight: bold;
    color: white;
    padding: 0.25em 0.5em;
    background-color: rgba(255, 255, 255, 0);
    border: 5px solid white;
    border-radius: 4px;
}

input[type="text"] {
    font-size: 16px;
    font-size: max(16px, 1em);
    font-family: HK Grotesk;
    font-weight: bold;
    color: white;
    padding: 0.25em 0.5em;
    background-color: rgba(255, 255, 255, 0);
    border: 5px solid white;
    border-radius: 4px;
}

a {
    font-size: 16px;
    font-size: max(16px, 1em);
    font-family: HK Grotesk;
    font-weight: bold;
    color: white;
}

H1 {
    font-family: HK Grotesk;
    font-weight: bold;
    color: white;
}
