h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-heading);
}

*, *::before, *::after {
  box-sizing: border-box;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 400;
  line-height: 1.2;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

.container, .container-fluid, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
  width: 100%;
  padding-right: var(--bs-gutter-x, 1.5rem);
  padding-left: var(--bs-gutter-x, 1.5rem);
  margin-right: auto;
  margin-left: auto;
}

.d-flex {
  display: flex !important;
}

.align-items-center {
  align-items: center !important;
}

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

h1, .h1, .h1, h2, .h2, .h2, h3, .h3, .h3, h4, .h4, .h4, h5, .h5, .h5, h6, .h6, .h6 {
  color: #252f40;
}

p, .p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
}

h4, .h4, .h4, h5, .h5, .h5, h6, .h6, .h6 {
  font-weight: 600;
}

p, .p {
  font-size: 1rem;
}

p {
  line-height: 1.625;
  font-weight: 400;
}

