@font-face {
    font-family: 'fwzz';
    font-display: block;
    src: url('/assets/fwzz.ttf') format('truetype');
}



html, body {
    margin: 0;
    padding: 0;
}

html {
    height: 100%;
    font-family: 'fwzz', sans-serif;
}


a {
    text-decoration: none;
}


input[type='text'], input[type='email'], textarea {
    appearance: none;
    margin: 0;
    padding: 0.25em 0;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    background-color: transparent;
    outline: none;
    border: none;
    border-bottom: 1px solid white;
    border-radius: 0;
}

input[type='submit'], button[type='submit'] {
    margin: 0;
    padding: 0.5em 1em;
    border: none;
    border-radius: 0;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    cursor: pointer;
}