﻿/* V3 Utility classes */

.app-bg {
  background-color: var(--app-color-bg) !important;
}

.app-text {
  color: var(--app-color-text) !important;
}

.app-text-muted {
  color: var(--app-color-text-muted) !important;
}

.app-rounded-sm {
  border-radius: var(--app-radius-sm) !important;
}

.app-rounded-md {
  border-radius: var(--app-radius-md) !important;
}

.app-rounded-lg {
  border-radius: var(--app-radius-lg) !important;
}

.app-p-4 {
  padding: var(--app-space-4) !important;
}

.app-p-5 {
  padding: var(--app-space-5) !important;
}

.app-mb-4 {
  margin-bottom: var(--app-space-4) !important;
}

.app-mb-5 {
  margin-bottom: var(--app-space-5) !important;
}
