/* =====================================================
   Portal-specific overrides
   The base cogswell.css references images at
     'assets/themes/perfex/img/cogswell-mark.png'
   which is a Perfex-relative path. On the standalone portal
   we serve the logos from /assets/ instead.
   ===================================================== */

.brand-mark {
  background-image: url('/assets/cogswell-mark.png') !important;
}
.cog-auth-brand .brand-mark-lg {
  background-image: url('/assets/cogswell-mark.png') !important;
}

/* Hero sub: ensure good contrast on dark theme */
[data-theme="dark"] .hero-sub { color: var(--text-muted); }
