.na-rounded-xs { border-radius: 0.125rem; }
.na-rounded-sm { border-radius: 0.25rem; }
.na-rounded-md { border-radius: 0.375rem; }
.na-rounded-lg { border-radius: 0.5rem; }
.na-rounded-xl { border-radius: 0.75rem; }
.na-rounded-2xl { border-radius: 1rem; }
.na-rounded-3xl { border-radius: 1.5rem; }

.na-rounded-circle { border-radius: 50%; }
.na-rounded-pill { border-radius: 9999px; }
