.heading-l {
  font-size: 40px;
  font-family: Arada-Headline-Bold;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: 0;
}

.heading-xl {
  font-size: 48px;
  font-family: Arada-Headline-Bold;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: 0;
}

.heading-xxl {
  font-size: 72px;
  font-family: Arada-Headline-Bold;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0;
}

.body-s {
  font-size: 12px;
  font-family: Arada-Headline-Regular;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: 0;
}

.body-m {
  font-size: 14px;
  font-family: Arada-Headline-Regular;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: 0;
}

.body-l {
  font-size: 16px;
  font-family: Arada-Headline-Regular;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 0;
}

.body-xl {
  font-size: 20px;
  font-family: Arada-Headline-Regular;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: 0;
}

.subheading-m {
  font-size: 24px;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: 0;
  font-family: Arada-Headline-Regular;
}

@media only screen and (max-width: 768px) {
  .heading-l {
    font-size: 28px;
  }

  .heading-xl {
    font-size: 32px;
  }

  .heading-xxl {
    font-size: 44px;
  }

  .subheading-m {
    font-size: 20px;
  }
}

.arada-container {
  max-width: 1200px;
  margin: 0 auto;

  @media (max-width: 1439px) {
    max-width: 900px;
  }

  @media (max-width: 991px) {
    max-width: 932px;
    margin: 0 30px;
  }
}
