@font-face {
    font-family: NotoSansLight;
    src: url("fonts/NotoSans-Light.ttf");
}

input {
    border: none;
    font-size: 0.8em !important;
    color: #888888 !important;
    background-color: #ffffff !important;
    font-family: NotoSansLight !important;
}

input::placeholder {
    color: #888888 !important;
    font-family: NotoSansLight !important;
    opacity: 1;
}

input:focus-visible {
    outline: none;
    font-size: 0.8em !important;
    background-color: #f1f3f2 !important;
    color: #888888 !important;
    font-family: NotoSansLight !important;
}

select {
    border: none;
    font-size: 1em !important;
    color: #888888 !important;
    background-color: #ffffff !important;
    font-family: NotoSansLight !important;
}

select:focus-visible {
    outline: none;
    font-size: 1em !important;
    background-color: #ffffff  !important;
    color: #888888 !important;
    font-family: NotoSansLight !important;
}