@import 'sass-mediaquery-singleline/main';

.display {
  font-family: "Electrolux Sans";
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
}

.heading-1 {
  font-family: 'Electrolux Sans';
  font-size: 34px;
  font-weight: 700;
  line-height: 40px;
}

.heading-2 {
  font-family: 'Electrolux Sans';
  font-size: 28px;
  font-weight: 600;
  line-height: 32px;
}

.heading-3 {
  font-family: 'Electrolux Sans';
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
}

.subtitle-1 {
  font-family: 'Electrolux Sans';
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
}

.body {
  font-family: 'Electrolux Sans';
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
}

.caption {
  font-family: "Electrolux Sans";
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
}

.links {
  font-family: 'Electrolux Sans';
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
  text-decoration-line: underline;
}

@media screen and (max-width: 768px) {
  .display {
    font-family: "Electrolux Sans";
    font-size: 40px;
    font-weight: 700;
    line-height: 46px; 
  }

  .heading-1 {
    font-family: 'Electrolux Sans';
    font-size: 28px;
    font-weight: 600;
    line-height: 32px;
  }

  .heading-2 {
    font-family: 'Electrolux Sans';
    font-size: 24px;
    font-weight: 600;
    line-height: 28px;
  }

  .heading-3 {
    font-family: 'Electrolux Sans';
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
  }

  .subtitle-1 {
    font-family: 'Electrolux Sans';
    font-size: 16px;
    font-weight: 600;
    line-height: 20px; 
  }

  .body {
    font-family: 'Electrolux Sans';
    font-size: 16px;
    font-weight: 400;
    line-height: 21px; 
  }

  .caption {
    font-family: "Electrolux Sans";
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
  }

  .links {
    font-family: 'Electrolux Sans';
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
    text-decoration-line: underline;
  }
}