@use "variables";

h1,
.fwe-h1 {
  font-size: 32px;
  line-height: 40px;
  font-weight: variables.$font-weight-bold;
}

h2,
.fwe-h2 {
  font-size: 24px;
  line-height: 32px;
  font-weight: variables.$font-weight-bold;
}

h3,
.fwe-h3 {
  font-size: 24px;
  line-height: 32px;
  font-weight: variables.$font-weight-normal;
}

h4,
.fwe-h4 {
  font-size: 16px;
  line-height: 24px;
  font-weight: variables.$font-weight-bold;
}

h5,
.fwe-h5 {
  font-size: 14px;
  line-height: 18px;
  font-weight: variables.$font-weight-normal;
}

h6,
.fwe-h6 {
  font-size: 12px;
  line-height: 14px;
  font-weight: variables.$font-weight-normal;
}

.fwe-h-intro {
  font-size: 24px;
  line-height: 32px;
  font-weight: variables.$font-weight-normal;
  color: variables.$text-light;
}
