/* Utility Classes */

.radius-md {
  border-radius: var(--radius-md) !important;
}

.shadow-1 {
  box-shadow: var(--shadow-1) !important;
}

.shadow-2 {
  box-shadow: var(--shadow-2) !important;
}

.text-muted-2 {
  color: var(--text-muted) !important;
}

.bg-surface {
  background: var(--bg-surface) !important;
}
