/* Base style for DGG emotes — the CDN emotes.css only defines per-emote rules.
   Link this alongside https://cdn.destiny.gg/6.9.0/emotes/emotes.css */
.emote {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  top: -1px;
  overflow: hidden;
  text-indent: -9999px;
  background-repeat: no-repeat;
}
