/* Nova subdomain - global dark blue theme */
body, .site-content, main {
  background: linear-gradient(180deg, #0A1628 0%, #0F2744 50%, #1A365D 100%) !important;
  background-attachment: fixed !important;
  color: #F0F9FF !important;
}
h1, h2, h3, h4, h5, h6 { color: #38BDF8 !important; }
p, li, span, label { color: #E0F2FE; }
a { color: #60A5FA; }
a:hover { color: #7DD3FC; }
