body, input {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Ubuntu, roboto, noto, arial, sans-serif;
}


.size--fullheight {
    min-height: 100vh;
}

summary {
    cursor: pointer;
    user-select: none;
}

.login {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

[data-copy]:active {
    background-color: black !important;
    transition: background-color 0.1s cubic-bezier(0,0,0.3,1);
}

.redirect {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    margin-bottom: 10px;
}

.redirect__url {
    flex-grow: 1;
    overflow-x: auto;
    margin-right: 10px;
}

.application-controls {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr auto;
    gap: 1em;
    margin-top: 1em;
}


.link--disabled {
    pointer-events: none;
    cursor: not-allowed;

    color: #333 !important;
}
