/* Portal Custom Styles */

/* Make all card section headings larger and bolder */
.card-header h6 {
  font-size: 2rem !important;
  font-weight: 600;
  letter-spacing: 0.01em;
}

/* Example: Make all h6 larger globally (optional) */
h6 {
  font-size: 2rem !important;
  font-weight: 600;
}

/* Add more custom styles below as needed */
