/*
 * Authenticated app layout (Bootstrap loads before this file).
 */

.app-body {
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

.dashboard-mark-logo {
  max-height: 4.5rem;
  width: auto;
  max-width: min(100%, 14rem);
  object-fit: contain;
}

.dashboard-card {
  border: 1px solid rgba(0, 0, 0, 0.06) !important;
}
