html {
  font-size: 100%;
  -webkit-font-smoothing: antialiased;
}

body {
  font-family: var(--font-family--body);
  font-size: var(--font-size--body);
  font-weight: var(--font-weight--normal);
  line-height: var(--line-height--base);
  min-height: 100vh;
}

:where(
  h1,
  h2,
  h3,
  h4,
  strong
) {
  font-weight: var(--font-weight--bold);
}

h1 {
  text-wrap: balance;
  text-wrap: pretty;
}

a {
  color: inherit;
}

label {
  font-size: var(--font-size--ui);
  font-weight: var(--font-weight--bold);
  text-align: left;
}

input {
  font-size: var(--font-size--body);
}

legend {
  font-size: var(--font-size--body);
  font-weight: var(--font-weight--bold);
}

hr {
  border: 1px solid var(--brown);
  opacity: 0.3;
  width: 100%;
}
