* {
  box-sizing: border-box;
}
strong {
  font-weight: 600;
}
em {
  font-style: italic;
}
h1 {
  margin-top: 4rem;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  font-weight: 900;
  line-height: 1.5;
}
h2 {
  font-size: 1.2rem;
  margin-top: 5rem;
  margin-bottom: 0.5rem;
  font-weight: 900;
  line-height: 1.5;
}
h3 {
  margin-top: 2rem;
  margin-bottom: 0.5rem;
  font-size: 1rem;
  font-weight: 900;
  line-height: 1.5;
}
p {
  line-height: 1.6;
  color: #323232;
}
/*# sourceMappingURL=common.css.map */