/* ==========================================================================
   PORTAL INDEX DEDICATED STYLES (portal-index.css)
   ========================================================================== */

html, body.portal-index {
  background-color: #FFFFFF !important;
  color: #0F172A !important;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
  text-rendering: optimizeLegibility !important;
  font-family: 'Open Sans', sans-serif !important;
  color-scheme: light !important;
}

body.portal-index h1, 
body.portal-index h2, 
body.portal-index h3 {
  color: #0F172A !important;
  font-family: 'Open Sans', sans-serif !important;
}

body.portal-index p, 
body.portal-index span:not(.material-symbols-outlined) {
  color: #475569 !important;
}

body.portal-index header {
  background-color: rgba(255, 255, 255, 0.95) !important;
  border-bottom-color: rgba(226, 232, 240, 0.8) !important;
}
