* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

  &:focus,
  &:active {
    outline: none !important;
  }
}

html {
  font-size: $font-size-root;
}

a {
  cursor: pointer;
}

pre {
  background-color: $pre-bg;
  border-radius: $border-radius;
  padding: 1.5rem;
}

strong, b {
  font-weight: $font-weight-bold;
}

button,
input,
optgroup,
select,
textarea {
  font-family: $font-family-sans-serif;
}
.show {
  display: block;
}

.hide {
  display: none !important;
}
