/* BizDabome 전역 기본 폰트: Noto Sans KR (Google Fonts 로딩은 레이아웃에서 수행) */
body {
  font-family: 'Noto Sans KR', sans-serif;
}

.parsley-errors-list.filled,
.validation-summary-errors {
  margin-top: 5px;
  --tw-text-opacity: 1;
  color: rgb(255, 83, 100, var(--tw-text-opacity, 1));
  font-size: 0.75rem;
  font-weight: 400;
}

.btn-xs {
  padding: 0.125rem 0.25rem;
  font-size: 0.75rem;
  line-height: 1.5;
  border-radius: 0.15rem;
}
