b,
strong {
  font-weight: bold;
}

i,
em {
  font-style: italic;
}

u {
  text-decoration: underline;
}

del {
  text-decoration: line-through;
}

ins {
  text-decoration: underline;
}

s {
  text-decoration: line-through;
}

sup {
  font-size: smaller;
  vertical-align: super;
}

sub {
  font-size: smaller;
  vertical-align: sub;
}

small {
  font-size: smaller;
}

abbr[title] {
  text-decoration: underline dotted;
}

q {
  display: inline;

  &::before {
    content: open-quote;
  }

  &::after {
    content: close-quote;
  }
}

cite {
  font-style: italic;
}

dfn {
  font-style: italic;
}

mark {
  background-color: yellow;
  color: black;
}

var {
  font-style: italic;
}

nobr {
  white-space: nowrap;
}
