* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-weight: 400;
    font-family: 'Roboto';
    line-height: 100%;
}

body {
    min-height: 100vh;
}

a {
    color: inherit;
    text-decoration: none;
}

button {
    border: none;
    background-color: inherit;
    cursor: pointer;
}

label,
span {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

/* input:focus {
    outline: none;
    box-shadow: none;
}

:focus {
    outline: none;
} */

/* :focus-visible {
    outline: 2px solid black;
} */