body {
  font-size: 16px !important;
  font-family: "Poppins", sans-serif !important;
  color: #2D3643 !important;
}
body h1 {
  font-size: 45px;
  letter-spacing: -2.25px;
  font-weight: bold;
}
body h2 {
  font-size: 30px;
  letter-spacing: -1.5px;
}
body h3 {
  font-size: 25px;
  letter-spacing: -1.25px;
}
body h4 {
  font-size: 20px;
  letter-spacing: -1px;
}
body .small-text {
  font-size: 12px;
}
body a {
  cursor: pointer;
  color: #0F1531;
}
body a:hover {
  color: #0F1531;
  text-decoration: underline;
}
body input[type=radio] {
  accent-color: #0F1531;
}

.btn {
  font-size: 12px !important;
  font-weight: 600 !important;
}

main {
  max-width: 100%;
  overflow: hidden;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1400px !important;
  }
}

/*# sourceMappingURL=static-common.css.map */
