@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Jost:ital,wght@0,100..900;1,100..900&family=Mona+Sans:ital,wght@0,200..900;1,200..900&display=swap");
/* // Headings */

.heading0 {
  font-size: clamp(52px, 10vw, 86px);
  line-height: 1.4;
}
.heading1 {
  font-size: clamp(50px, 10vw, 80px);
  line-height: 1.2;
}
.heading2 {
  font-size: clamp(35px, 10vw, 60px);
  line-height: 1.3;
}
.heading3 {
  font-size: clamp(30px, 5vw, 50px);
  line-height: 1.3;
}
.heading4 {
  font-size: clamp(20px, 10vw, 36px);
  line-height: 1.3;
}
.heading6 {
  font-size: clamp(20px, 10vw, 26px);
  line-height: 1.2;
}

.body0 {
  font-size: clamp(12px, 6vw, 16px);
  line-height: 1.4;
  letter-spacing: 0.2px;
}
.body {
  font-size: clamp(10px, 6vw, 15px);
  line-height: 1.4;
}
.body1 {
  font-size: clamp(10px, 6vw, 14px);
  line-height: 1.4;
}
.body2 {
  font-size: 12px;
  line-height: 1.4;
}
.line-height-1 {
  line-height: 1;
}

/* new added */

.details1 {
  font-size: clamp(16px, 10vw, 18px);
  line-height: 1.3;
  letter-spacing: 1px;
}

.details2 {
  font-size: clamp(16px, 10vw, 17px);
  line-height: 1.3;
  letter-spacing: 1px;
}

/* new added */
.caption {
  font-size: 13px;
  line-height: 1.3;
  letter-spacing: 1.7px;
}

/* font-weight */
.font-medium {
  font-weight: 500 !important;
}
.font-normal {
  font-weight: 400 !important;
}
.font-semibold {
  font-weight: 600 !important;
}
