body {
  font-family: "Roboto", sans-serif;
  font-weight: normal;
  font-size: 0.95rem;
}
a {
  color: inherit;
  text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
}

[class*="icon-"]::before{
  position: relative;
  top: 2px;
}

code{
  background: var(--gray-4);
  border-radius: 4px;
  margin: 0 .2rem;
  padding: 0 .2rem;
  color: var(--sn-red);
}
