/* ============================= */
/* FONTE PERSONALIZADA           */
/* ============================= */
@font-face {
    font-family: 'NeulandGrotesk';
    src: url('fonts/NeulandGrotesk-CondensedBold.otf') format('opentype');
    font-weight: bold;
    font-style: normal;
}

/* ============================= */
/* INPUT PADRÃO                  */
/* ============================= */
input#cadastro {
    border: none;
    font-size: 1em !important;
    background: transparent;
    color: #000000;
    text-align: left;
    font-family: 'NeulandGrotesk', sans-serif;
    text-transform: uppercase;
}

/* Foco no input */
input#cadastro:focus,
input#cadastro:focus-visible {
    border: none;
    background: transparent;
    color: #000000;
    font-family: 'NeulandGrotesk', sans-serif;
    outline: none !important;
    box-shadow: none !important;
    text-transform: uppercase;
}

/* ============================= */
/* PLACEHOLDER                   */
/* ============================= */
input#cadastro::placeholder {
    color: #000000;
    opacity: 1;
    font-family: 'NeulandGrotesk', sans-serif;
    text-transform: uppercase;
}

/* Compatibilidade extra */
input#cadastro::-webkit-input-placeholder {
    color: #000000;
    opacity: 1;
    text-transform: uppercase;
}

input#cadastro:-ms-input-placeholder {
    color: #000000;
    opacity: 1;
    text-transform: uppercase;
}

/* ============================= */
/* CRONÔMETRO                    */
/* ============================= */
input#cronometro {
    font-family: 'NeulandGrotesk', sans-serif;
    font-size: 50px;
    font-weight: bold;
    color: #ffffff;
    background: transparent;
    border: none;
    text-align: center;
    outline: none;
    padding: 0;
}

input#cronometro::placeholder {
    color: #ffffff;
    opacity: 1;
}

input#cronometro::-webkit-input-placeholder {
    color: #ffffff;
    opacity: 1;
}

input#cronometro:-ms-input-placeholder {
    color: #ffffff;
    opacity: 1;
}

input#cronometro:focus,
input#cronometro:focus-visible {
    outline: none;
    box-shadow: none;
}

/* ============================= */
/* SELECT                        */
/* ============================= */
select {
    border: none;
    font-size: 1em !important;
    font-family: 'NeulandGrotesk', sans-serif;
}

select:focus-visible {
    outline: none;
    font-size: 1em !important;
    font-family: 'NeulandGrotesk', sans-serif;
}
