body {
  font-family: Ubuntu, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, Oxygen, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue",
    sans-serif;
  color: #282a30;
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
}

b {
  font-weight: 600;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  color: #282a30;
  line-height: 120%;
  font-weight: 600;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  color: #282a30;
  font-size: 32px;
  line-height: 110%;
  font-weight: 600;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  color: #282a30;
  font-size: 24px;
  line-height: 125%;
  font-weight: 600;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #282a30;
  font-size: 18px;
  line-height: 140%;
  font-weight: 600;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 600;
  letter-spacing: 0.4px;
  text-transform: uppercase;
}

a {
  -webkit-transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
  color: #e6913b;
  font-weight: 600;
  text-decoration: none;
}
