/* Page Header Component Styles */
/* Reusable page header with icon, title, and subtitle */

.page-header {
  /* Base styles are applied inline, but can be overridden here if needed */
}

.page-header__icon {
  /* Icon styles can be customized here if needed */
}

/* Text foreground color utility */
.text-foreground {
  color: hsl(var(--foreground)) !important;
}

/* KEO legacy: make page header titles use brand green + Roboto */
:root[data-theme="keo-legacy"] .page-header .text-foreground {
  color: #3DD88A !important;
  font-family: 'Roboto', sans-serif !important;
}
