/* ============================= */
/* FONTE PERSONALIZADA           */
/* ============================= */
@font-face {
    font-family: 'ShellMedium';
    src: url('fonts/ShellMedium.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

/* ============================= */
/* INPUT PADRÃO                  */
/* ============================= */
input {
    border: none;
    font-size: 1em !important;
    background: #ffffff00;
    color: #474747;
    text-align: left;
    font-family: 'ShellMedium', sans-serif;
}

/* Foco no input */
input:focus-visible {
    outline: none;
    font-size: 1em !important;
    background: #ffffff00;
    color: #474747;
    text-align: left;
    font-family: 'ShellMedium', sans-serif;
}

/* ============================= */
/* PLACEHOLDER                   */
/* ============================= */
input::placeholder {
    color: #474747;
    text-align: left;
    font-family: 'ShellMedium', sans-serif;
    opacity: 1;
}

/* Compatibilidade extra */
input::-webkit-input-placeholder {
    color: #474747;
    text-align: left;
    font-family: 'ShellMedium', sans-serif;
}

input:-ms-input-placeholder {
    color: #474747;
    text-align: left;
    font-family: 'ShellMedium', sans-serif;
}

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

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