/* Headings */
.marketing-h1 {
  font-size: 6rem;
  font-weight: 700;
  line-height: 5.5rem;
  letter-spacing: 1px;
}

.marketing-h2 {
  font-size: 3rem;
  font-weight: 600;
  line-height: normal;
}

.marketing-h3 {
  font-size: 1.75rem;
  font-weight: 600;
  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: 600;
  line-height: 2.125rem;
}

h2, .heading2 {
  font-size: 1.375rem;
  font-weight: 600;
  line-height: normal;
}

.heading2.underline,
.heading3.underline {
  border-bottom: 1px solid var(--color-gray2);
  text-decoration: none;
}

.heading2.underline.dark-background,
.heading3.underline.dark-background {
  border-bottom: 1px solid var(--color-gray1);
  text-decoration: none;
}

h3, .heading3, .action, .actions-list > a {
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.25rem;
}

h4, label, .heading4 {
  font-size: .75rem;
  font-weight: 600;
  line-height: normal;
}

h1, h2, h3, p, span {
  color: var(--color-gray4);
}

h1.dark-background, 
h2.dark-background, 
h3.dark-background, 
p.dark-background, 
span.dark-background {
  color: var(--color-gray0-5);
}

h4, label {
  color: var(--color-black);
}

p, a, a:visited, span, .body1 {  
  font-weight: 400;
  font-size: 1.125rem;
  line-height: normal;
}

.body2, .toolbar,
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"],
select {
  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);
}

.small-caps-1 {
  font-weight: 400;
  font-size: .875rem;
  line-height: normal;
  text-transform: uppercase;
  letter-spacing: 0.025rem;
}

.small-caps-2 {
  font-size: .8rem;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  letter-spacing: 0.025rem;
}

@media screen and (max-width: 512px) {
  .small-caps-2 {
    font-size: 0.725rem;
  }
}

.small-caps-3 {
  font-size: .65rem;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  letter-spacing: 0.025rem;
}

.small-caps-1.dark-background,
.small-caps-2.dark-background,
.small-caps-3.dark-background {
  letter-spacing: 0.04rem;
}

.nav {
  font-weight: 400;
  font-size: 1rem;
  line-height: normal;
}

.regular-weight {
  font-weight: 400;
}

.semi-bold {
  font-weight: 600;
}

.bold {
  font-weight: 700;
}

.strikethrough {
  text-decoration: line-through;
}

.underline {
  text-decoration: underline;
  text-underline-offset: .125rem;
}
