@import url('../fonts/stylesheet.css');

body {
  font-family: 'Barlow Condensed', sans-serif;
}

/* Mobile-first type styles */
.fs-hero {
  font-size: 24px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.5px;
}

.fs-feature {
  font-size: 14px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.5px;
}

.fs-section-title {
  font-size: 30px;
  line-height: 1;
  font-weight: 500;
}

.fs-intro-title {
  font-size: 36px;
  line-height: 33.6px;
  font-weight: 500;
}

.fs-body {
  font-family: 'Noto Sans', sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}

.fs-cta-title {
  font-size: 30px;
  line-height: 1;
  font-weight: 500;
}

.fs-cta-sub {
  font-family: 'Noto Sans', sans-serif;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 400;
}

.fs-card-title {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 24px;
  line-height: 1;
  font-weight: 500;
}

.fs-card-body {
  font-family: 'Noto Sans', sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}

.fs-step-label {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 14px;
  line-height: 1;
  font-weight: 500;
}

.fs-step-title {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 24px;
  line-height: 1;
  font-weight: 500;
}

.fs-step-num {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 24px;
  line-height: 1;
  font-weight: 500;
}

.fs-footer {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 12px;
  line-height: 1;
  font-weight: 500;
  text-transform: uppercase;
}

/* Tablet: 768px - 1200px */
@media (min-width: 768px) {
  .fs-feature {
    font-size: 24px;
  }

  .fs-step-label {
    font-size: 16px;
  }

  .fs-footer {
    font-size: 13px;
  }

  .fs-hero {
    font-size: 36px;
  }
}

/* Desktop: 1200px and up */
@media (min-width: 1200px) {
  .fs-hero {
    font-size: 60px;
    line-height: 1;
  }

  .fs-feature {
    font-size: 36px;
  }

  .fs-section-title {
    font-size: 36px;
    line-height: 44px;
  }

  .fs-intro-title {
    font-size: 60px;
    line-height: 68px;
  }

  .fs-body {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.2px;
  }

  .fs-cta-title {
    font-size: 36px;
    line-height: 44px;
  }
  
  .fs-cta-sub {
    font-size: 16px;
    line-height: 24px;
  }

  .fs-card-title {
    font-size: 30px;
  }

  .fs-card-body {
    font-size: 16px;
    line-height: 22px;
  }

  .fs-step-title {
    font-size: 30px;
  }

  .fs-step-num {
    font-size: 30px;
  }

  .fs-footer {
    font-size: 14px;
  }
}
