.rounded-x-sm {
  border-radius: 4px;
}
.rounded-sm {
  border-radius: 8px;
}
.rounded-md {
  border-radius: 12px;
}
.rounded-lg {
  border-radius: 16px;
}
.rounded-x-lg {
  border-radius: 28px;
}
.rounded-full {
  border-radius: 50%;
}
