/* line 1, text.scss */
h1,
.heading {
  font-size: 48px;
  line-height: 60px;
  color: var(--color-base-080);
  font-variation-settings: 'wght' 700; }

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

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

/* line 21, 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 31, text.scss */
  h1,
  .heading {
    font-size: 36px;
    line-height: 44px; }

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

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

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