h1 { font-family: Arial, Helvetica, sans-serif; }

/* Force English calendar/date picker for all date & month inputs */
input[type="date"],
input[type="month"],
input[type="week"],
input[type="datetime-local"] {
  -webkit-locale: "en";
  direction: ltr;
  text-align: left;
}
