html {
  font-size: 15px;
}

/* Reduce text-like form control padding globally to about half. */
input:not([type="checkbox"]):not([type="radio"]):not([type="range"]):not([type="color"]):not([type="file"]),
select,
textarea {
  padding: 0.32rem 0.5rem;
}

input::placeholder,
textarea::placeholder {
  color: rgba(100, 116, 139, 0.42);
  opacity: 1;
}
