body { font-family: 'Roboto', sans-serif; }
/* Remove default browser focus outlines while keeping Tailwind rings */
input:focus, textarea:focus, select:focus { outline: none; }
/* Tweak autofill colors to match theme */
input:-webkit-autofill,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:focus {
  -webkit-text-fill-color: inherit;
  -webkit-box-shadow: 0 0 0px 1000px transparent inset;
  transition: background-color 9999s ease-in-out 0s;
}

