h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 300;
  margin: 0;
}

h1 {
  font-family: 'Quantify', sans-serif !important;
}

h2 {
  font-family: 'Quantify', sans-serif !important;
  position: relative;
  display: inline-block;
  font-size: 42px !important;
  font-weight: 200 !important;
  text-transform: uppercase !important;
}

h2::after {
  content: "";
  position: absolute;
  left: 10px;
  bottom: -10px;
  width: 42%;
  height: 1px;
  background: var(--e-global-color-text);
  transform-origin: left;
  transform: scaleX(0);
  animation: aedf-line-slide 0.9s ease-out forwards;
  animation-delay: 0.25s;
}

h2::before {
  content: "";
  position: absolute;
  right: 0;
  top: -10px;
  width: 62%;
  height: 1px;
  background: var(--e-global-color-text);
  transform-origin: right;
  transform: scaleX(0);
  animation: aedf-line-slide 0.9s ease-out forwards;
  animation-delay: 0.45s;
}

p {
  margin: 0 !important;
}

strong,
b {
  position: relative;
  font-weight: 600;
  color: var(--e-global-color-primary);
}

a {
  color: var(--e-global-color-secondary);
  text-decoration: none !important;
}
