/* SHIKSHYAN V3.15 — PROFESSIONAL SYSTEM FONT STACK */
:root{
  --font-ui:"Noto Sans Devanagari","Nirmala UI",Mangal,"Segoe UI",Roboto,Arial,sans-serif;
  --muted:#536861!important;
}
html{
  font-synthesis:none;
  text-rendering:optimizeLegibility;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
  -webkit-text-size-adjust:100%;
  text-size-adjust:100%;
}
body,button,input,select,textarea,table,th,td,h1,h2,h3,h4,h5,h6,p,a,label,small,span,li,dl,dt,dd{
  font-family:var(--font-ui)!important;
}
body{font-weight:450}
small{line-height:1.45}
.brand small,.wa-head small{opacity:1!important}

/* Course/Service page: keep text on a real white card with readable contrast. */
.seo-offering-hero>.seo-registration-card{
  background:#fff!important;
  color:#173e34!important;
  border-color:#c8ded6!important;
  box-shadow:0 16px 38px rgba(4,42,34,.24)!important;
}
.seo-registration-card h2{font-weight:760!important}
.seo-registration-card p{color:#405a52!important;font-size:13.5px!important;font-weight:500!important;line-height:1.65!important}
.seo-registration-card small{color:#516860!important;font-size:10.5px!important;font-weight:600!important}
.seo-quick-facts small{font-size:10.5px!important}
.seo-quick-facts b{font-size:15px!important}

/* Smart Notes remains notebook-like through its layout, while text stays sharp. */
.notes-reader-body,.notes-page,.page-watermark b,.page-watermark span,.notes-page-footer{
  font-family:var(--font-ui)!important;
}
.notes-reader-body,.notes-page{font-weight:450}
.notes-page-content{line-height:1.76!important}
.notes-page-header h1,.chapter-intro>h2,.note-section h2{font-weight:760!important}
.notebook-table{font-size:14.5px!important}

@media print{
  html,body,.notes-page{font-family:var(--font-ui)!important;-webkit-font-smoothing:antialiased}
}
