/* Headings */
.marketing-h1 {
  font-size: 6rem;
  font-weight: 700;
  line-height: 5.5rem;
  letter-spacing: 1px;
}

.marketing-h2 {
  font-size: 3rem;
  font-weight: 700;
  line-height: normal;
}

.marketing-h3 {
  font-size: 1.75rem;
  font-weight: 700;
  line-height: normal;
}

.marketing-p1 {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.7rem;
  letter-spacing: 0.5px;
}

.marketing-p2 {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: normal;
}

@media screen and (max-width: 1024px) {
  .marketing-h1 {
    font-size: 5.25rem;
    line-height: 5rem;
  }

  .marketing-h2 {
    font-size: 2.5rem;
  }

  .marketing-h3 {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 768px) {
  .marketing-h1 {
    font-size: 4rem;
    line-height: 3.75rem;
  }

  .marketing-h2 {
    font-size: 2rem;
  }
}

@media screen and (max-width: 512px) {
  .marketing-h1 {
    font-size: 4.5rem;
    line-height: 4rem;
  }
}

h1, .heading1 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 2.25rem;
}

h2, .heading2 {
  font-size: 1.375rem;
  font-weight: 700;
  line-height: normal;
}

h3, .heading3, .action, .actions-list > a, .toolbar {
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.25rem;
}

h4, label, .heading4 {
  font-size: 1rem;
  font-weight: 600;
  line-height: normal;
}

h1, h2, h3, p, span {
  color: var(--color-gray4);
}

h4, label, .toolbar {
  color: var(--color-black);
}

p, a, a:visited, span, .body1 {  
  font-weight: 400;
  font-size: 1.125rem;
  line-height: normal;
}

.body2,
input[type="color"],
input[type="email"],
input[type="date"],
input[type="datetime-local"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"], 
input[type="url"],
input[type="week"] {
  font-weight: 400;
  font-size: 1rem;
  line-height: normal;
  color: var(--color-gray4);
}

.caption {
  font-weight: 400;
  font-size: .875rem;
  line-height: normal;
  color: var(--color-gray4);
}

.table {
  font-weight: 400;
  font-size: .875rem;
  line-height: normal;
  text-transform: uppercase;
  color: var(--color-gray3);
}

.nav {
  font-weight: 400;
  font-size: 1rem;
  line-height: normal;
}

.semi-bold {
  font-weight: 500;
}

.bold {
  font-weight: 600;
}

.boldest {
  font-weight: 700;
}