abbr[title] {
  cursor: help;
  text-decoration-line: underline;
  text-decoration-style: dotted;
}

mark {
  padding: 0.5rem;
  border-radius: var(--standard-border-radius);
  background-color: var(--bg-alt);
  color: var(--text-dark);
}

img,
video {
  max-width: 100%;
  height: auto;
  border-radius: var(--standard-border-radius);
}
/* this will be tied to dark-mode later */
video {
  opacity: 0.8;
}
