/* Global Card styles - ensures proper override of MudBlazor theme */

/* Card title — Figma Title/H3 Large (Public Sans Bold 18 / 26) */
.mesmd-card-title {
  font-family: var(--dhcs-font-family-default) !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  line-height: 26px !important;
  color: var(--dhcs-color-text-primary) !important;
  margin: 0 !important;
}

/* Card subheader — Figma Body/Large/Semibold (Source Sans 3 SemiBold 16 / 24); not a heading */
.mesmd-card-subheader {
  font-family: var(--dhcs-font-family-default);
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  color: var(--dhcs-color-text-primary);
  margin: 0;
}
