html,
body {
  font-family: "Noto Sans KR", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.page {
  background: #f6f8fb;
}

.page-wrapper .container-xl {
  max-width: 1680px;
}

.navbar-vertical .navbar-brand {
  justify-content: flex-start;
  min-height: 3.75rem;
}

.navbar-vertical .navbar-brand a {
  color: inherit;
  text-decoration: none;
}

.card {
  border-radius: 8px;
}

.card-title {
  margin-bottom: 0;
}

.table td,
.table th {
  vertical-align: middle;
}

.badge-soft {
  border: 1px solid rgba(0, 0, 0, .08);
  font-weight: 600;
}

.metric-card .avatar {
  width: 2.75rem;
  height: 2.75rem;
  font-size: 1.4rem;
}

.filter-card .form-control,
.filter-card .form-select {
  min-height: 38px;
}

.nowrap {
  white-space: nowrap;
}
