a.external-link::after {
  /* \00A0 is a non-breaking space
       *         to make the mark be on the same line as the link
       *             */
  content: "\00A0↪";
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 900;
}
