d2321
5/15/2020 - 2:50 PM

Typo Desc

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-weight: 700;
  line-height: 1.2;
  @include font-secondary;
  margin-bottom: 3rem;
}

p {
  margin-bottom: 3rem;
}

ul {
  margin-bottom: 3rem;
}
.desc {
  a {
    color: $themecolor;
    text-decoration: underline;
    &:hover {
      color: $secondarycolor;
    }
  }
  margin-bottom: 3rem;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.75;

  &.headings-themecolor {
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
      color: $themecolor;
    }
  }
}

&.lh15 {
  line-height: 1.5 !important;
}
&.fw300 {
  font-weight: 300 !important;
}
&.fw700 {
  font-weight: 700 !important;
}

h1,
.h1 {
  font-size: 5rem;
  @include media-breakpoint-down(sm) {
    font-size: 4rem;
  }
}
h2,
.h2 {
  font-size: 4rem;
  @include media-breakpoint-down(sm) {
    font-size: 3.5rem;
  }
}
h3,
.h3 {
  font-size: 3rem;
}
h4,
.h4 {
  font-size: 2.8rem;
}
h5,
.h5 {
  font-size: 2rem;
}
h6,
.h6 {
  font-size: 2rem;
}