/* Scoped to only apply on home page - home page uses .mil-banner.mil-dark-bg */
/* This ensures these styles don't affect project pages */
.mil-banner.mil-dark-bg .mil-banner-content h1,
.mil-banner.mil-dark-bg .mil-banner-content h1 .mil-thin {
  font-family: 'Pearce', sans-serif;
  font-weight: 400 !important;   /* pas de gras */
  line-height: 1.15;
  letter-spacing: 0.2px;         /* optionnel, rapproche du rendu maquette */
}

/* Ensure white color for text in dark banner - override any project.css styles that might leak */
.mil-banner.mil-dark-bg .mil-banner-content h1.mil-muted,
.mil-banner.mil-dark-bg .mil-banner-content h1.mil-muted .mil-thin {
  color: rgba(255, 255, 255, 0.9) !important; /* Force white color, override any project.css black color */
}