/* GVES permanent Unicode font policy — offline, no external font download. */
:root{
  --gves-ui-font:"Nirmala UI","Noto Sans Devanagari","Kohinoor Devanagari","Mangal","Segoe UI",Arial,Helvetica,sans-serif;
  --gves-mono-font:Consolas,"Courier New",monospace;
}
html{font-family:var(--gves-ui-font);-webkit-text-size-adjust:100%;text-rendering:optimizeLegibility;font-synthesis:none}
body,button,input,select,textarea,table,th,td,a,span,strong,b,small,label,h1,h2,h3,h4,h5,h6,p,div,nav,aside,main,section,header,footer,li,ol,ul,dl,dt,dd{font-family:var(--gves-ui-font)!important;font-style:normal}
input,select,textarea,button{font:inherit}
code,pre,kbd,samp{font-family:var(--gves-mono-font)!important}
[lang="mr"],[lang="hi"],.marathi,.devanagari{font-family:"Nirmala UI","Noto Sans Devanagari","Kohinoor Devanagari","Mangal","Segoe UI",sans-serif!important}
/* Prevent accidental icon/decorative fonts from replacing readable application text. */
.brand-icon,.icon,[class^="fa-"],[class*=" fa-"]{font-style:normal}
