@font-face {
  font-family: "Object Sans";
  src: url("../fonts/PPObjectSans-Regular.otf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Object Sans";
  src: url("../fonts/PPObjectSans-Regular.otf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Object Sans";
  src: url("../fonts/PPObjectSans-Heavy.otf") format("truetype");
  font-weight: 700;
  font-style: normal;
}

* {
  font-family: Object Sans;
}

.title-xl {
  font-weight: 700;
  font-size: 52px;
  line-height: 56px;
  letter-spacing: -0.4px;
}

.title-l {
  font-weight: 700;
  font-size: 40px;
  line-height: 44px;
  letter-spacing: -0.2px;
}

.title-m {
  font-weight: 700;
  font-size: 28px;
  line-height: 32px;
  letter-spacing: 0;
}

.title-s {
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  letter-spacing: 0;
}

.title-xs {
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0.2px;
}

.text-20px-medium {
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0.2px;
}

.text-16px-medium {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.2px;
}

.text-16px-regular {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.2px;
}

.text-14px-medium {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0;
}

.text-14px-regular {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0;
}

.text-12px-regular {
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.2px;
}

@media (max-width: 800px) {
  .title-xl {
    font-weight: 700;
    font-size: 40px;
    line-height: 44px;
    letter-spacing: -0.2px;
  }

  .title-l {
    font-weight: 700;
    font-size: 28px;
    line-height: 32px;
    letter-spacing: 0;
  }

  .title-m {
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    letter-spacing: 0;
  }

  .title-s {
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0.2px;
  }

  .title-xs {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.2px;
  }

  .text-20px-medium {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.2px;
  }

  .text-16px-medium {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0;
  }

  .text-16px-regular {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0;
  }

  .text-14px-medium {
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0.2px;
  }

  .text-14px-regular {
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0.2px;
  }

  .text-12px-regular {
    font-weight: 400;
    font-size: 10px;
    line-height: 16px;
    letter-spacing: 0.2px;
  }
}