html:has(body.font-2) {
  font-size: clamp(28px, calc(32px + 0.15 * (100vw - 1920px)), 40px);
}

html:has(body.font-175) {
  font-size: clamp(24px, calc(28px + 0.15 * (100vw - 1920px)), 35px);
}

html:has(body.font-125) {
  font-size: clamp(18px, calc(20px + 0.15 * (100vw - 1920px)), 25px);
}

html:has(body.font-1) {
  font-size: clamp(14px, calc(16px + 0.15 * (100vw - 1920px)), 20px);
}

html:has(body.font-075) {
  font-size: clamp(10px, calc(12px + 0.15 * (100vw - 1920px)), 15px);
}

.block-item__text {
  font-size: 1rem !important;
}

.item-description__text {
  font-size: 1.25rem !important;
}