/* Chỉ thêm rounded corners, không đổi màu */
.ic-btn, .button, button {
  border-radius: 8px !important;
}

.ic-card, .card {
  border-radius: 12px !important;
}

input, select, textarea {
  border-radius: 6px !important;
}
