html {
  color-scheme: dark;
}

body {
  font-family: "Iowan Old Style", "Palatino Linotype", "Noto Serif TC", serif;
}

input,
textarea,
select,
button {
  transition: all 160ms ease;
}

input:focus,
textarea:focus,
select:focus {
  outline: none;
  box-shadow: 0 0 0 1px rgba(103, 232, 249, 0.35);
}

article {
  box-shadow: 0 16px 50px rgba(15, 23, 42, 0.28);
}
