.description {
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: -0.02em;
  color: var(--accents-5);
  @apply text-base;
}

.body {
  font-weight: 400;
  line-height: 24px;
  line-height: 1.6;
  @apply text-base;
}

.h1 {
  font-size: 2.625rem;
  font-weight: 700;
  letter-spacing: -0.01em;
  line-height: 1;
}

.h2 {
  font-weight: 600;
  letter-spacing: -0.47px;
  line-height: 32px;
  @apply text-3xl;
}

.description {
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: -0.02em;
  color: var(--accents-5);
  @apply text-lg;
}

.smallText {
  letter-spacing: 0.1rem;
  margin-top: 0;
  padding-left: 0.2rem;
  @apply uppercase text-blue-500 font-semibold text-sm block mb-4;
}
