:root {
  --link-hover-color: var(--color-accent-bg, inherit);
  --color-input-outline: currentColor;
  accent-color: var(--color-accent-bg);
}

h1 {
  font: var(--enormous);
}

h2 {
  font: var(--giant);
}

h3 {
  font: var(--huge);
}

h4 {
  font: var(--big);
}

a {
  color: inherit;
  text-decoration: underline;
  font-weight: bolder;
  &:focus,
  &:hover {
    color: var(--link-hover-color, inherit);
    outline: none;
  }
}

td {
  vertical-align: top;
  padding: 0 0.15em;
}

th {
  text-align: inherit;
  font-weight: 500;
  vertical-align: top;
  padding: 0 0.15em;
}

dd {
  margin: 0;
}

dt {
  font-weight: 500;
}

img {
  max-width: 100%;
  height: auto;
}

abbr[title] {
  text-decoration: none;
}
