/* line 1, text.scss */
h1,
.heading {
  font-size: 48px;
  line-height: 60px; }

/* line 7, text.scss */
.hero {
  font-size: 48px;
  line-height: 52px; }

/* line 12, text.scss */
h4,
.block-heading {
  font-size: 20px;
  line-height: 24px; }

/* line 18, text.scss */
.nav-text {
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
  font-variation-settings: 'wght' 675;
  letter-spacing: 10%; }

@media screen and (max-width: 767px) {
  /* line 28, text.scss */
  h1,
  .heading {
    font-size: 36px;
    line-height: 44px; }

  /* line 34, text.scss */
  .hero {
    font-size: 36px;
    line-height: 40px; }

  /* line 40, text.scss */
  .nav-text {
    font-size: 12px;
    line-height: 16px; } }
@media screen and (max-width: 439px) {
  /* line 47, text.scss */
  h1,
  .heading {
    font-size: 28px;
    line-height: 36px; }

  /* line 53, text.scss */
  .hero {
    font-size: 28px;
    line-height: 32px; } }
