/* Cap UI chrome at 5px. Keep true circular discs (chart, cutouts). */
button:not(.personal-chart),
input:not([type='checkbox']):not([type='radio']):not([type='range']),
select,
textarea {
  border-radius: 5px;
}

.rounded-md,
.rounded-lg,
.rounded-xl,
.rounded-2xl,
.rounded-3xl,
.rounded-full,
.sm\:rounded-lg,
.sm\:rounded-md,
.sm\:rounded-xl {
  border-radius: 5px !important;
}

.personal-chart,
button.personal-chart,
.topic-button::after {
  border-radius: 50% !important;
}

.auth-modal-backdrop {
  background: #020810;
}

.auth-modal-panel {
  background: #071829;
}

.auth-modal-input {
  background: #0c2238;
  border: 1px solid rgba(255, 255, 255, 0.22);
  color: #fff;
}
