.text-bold {
  font-family: SourceHanSans-Semibold, serif;
  font-weight: bold;
}

.text-medium {
  font-family: SourceHanSans-Medium, serif;
}

.text-regular {
  font-family: SourceHanSans-Regular, serif;
}

.text-light {
  font-family: SourceHanSans-Light, serif;
}

.box-shadow {
  box-shadow: 0 2px 10px 0 rgb(52 81 212 / 20%);
}
