* {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Roboto", sans-serif;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

:root {
  --text-primary: #222222;
}

.boxo-text {
  padding: 16px;
}
.boxo-text__font-size__title-small {
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
}
.boxo-text__font-size__title-medium {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
}
.boxo-text__font-size__title-large {
  font-size: 24px;
  line-height: 32px;
}
.boxo-text__font-size__desc-small {
  font-size: 12px;
  line-height: 16px;
}
.boxo-text__font-size__desc-medium {
  font-size: 14px;
  line-height: 20px;
}
.boxo-text__font-size__desc-large {
  font-size: 16px;
  line-height: 24px;
}