/* Title Large */
.title-large {
  font-weight: 700; /* Bold */
  font-size: clamp(1.4rem, 3.5vw, 2.3rem); /* Tamanho fluido entre 28px e 40px */
  line-height: clamp(1.9rem, 4.5vw, 3.2rem); /* Linha fluida entre 40px e 56px */
}

/* Title */
.title {
  font-weight: 700; /* Bold */
  font-size: clamp(1.15rem, 2.8vw, 1.6rem);
  line-height: clamp(1.4rem, 3.8vw, 2.3rem);
}

/* Title Small */
.title-small {
  font-weight: 700; /* Bold */
  font-size: clamp(1.1rem, 2.4vw, 1.4rem);
  line-height: clamp(1.2rem, 2.8vw, 2.3rem);
}

/* Body */
.body {
  font-weight: 400; /* Regular */
  font-size: 1.125rem;
  line-height: clamp(1.5rem, 2vw, 2rem);
}

/* Body Small */
.body-small {
  font-weight: 400; /* Regular */
  font-size: 16px; /* Font size */
  line-height: 24px; /* Line height */
}
