@font-face {
    font-family: 'Speedee';
    src: url('/fonts/Speedee_W_Rg.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Speedee';
    src: url('/fonts/Speedee_W_Lt.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Speedee';
    src: url('/fonts/Speedee_W_Bd.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Speedee';
    src: url('/fonts/Speedee_W_Bd.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Speedee';
    src: url('/fonts/Speedee_W_Lt.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Speedee';
    src: url('/fonts/Speedee_W_Rg.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.login-form {
    width: 100%;
    max-width: 500px;
    margin: 5rem auto;
    padding: 1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

.login-form form {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    align-self: stretch;
}

.login-form h1 {
    font-family: 'Speedee', sans-serif;
    font-size: 64px;
    font-style: normal;
    font-weight: 700;
    margin: 0;
}

.login-form fieldset {
    border: none;
    padding: 0;
    margin: 2rem 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.login-form button,
.login-form input[type="submit"] {
    align-self: stretch;
}