
/* Label */
.label {
  font-family: "aktiv-grotesk-extended";
  font-weight: 600; /* Semi Bold */
  letter-spacing: 0.05em; /* 50% (aprox en CSS se maneja en em) */
  line-height: 1.2; /* 120% */
  font-size: clamp(17px,1.05vw,20px) !important;
}

/* Headlines */
.headline {
  font-family: "aktiv-grotesk-extended";
  font-weight: 600; /* Semi Bold */
  letter-spacing: 0; /* 0% */
  line-height: 1.2; /* 120% */
  font-size: clamp(2rem, 4.2vw, 5rem) !important;
}

/* Subheads */
.subhead {
  font-family: "neulis-sans";
  font-weight: 500; /* Medium */
  letter-spacing: 0; /* 0% */
  line-height: 1.2; /* 120% */
  font-size: clamp(30px,1.58vw,30px) !important;
}

/* Paragraph */
.paragraph {
  font-family: "neulis-sans";
  font-weight: 400; /* Regular */
  letter-spacing: 0; /* 0% */
  line-height: 1.7; /* 100% */
  font-size: clamp(0.9rem, 2vw, 1.2rem) !important;
}
