/* NAKVETI Core typography contract — public plugin UI only. */
:where([class^="snw-"],[class*=" snw-"],[class^="nkv-"],[class*=" nkv-"],[class^="cbmg-"],[class*=" cbmg-"]){
  font-family:"Noto Sans Georgian","Noto Sans",system-ui,-apple-system,"Segoe UI",sans-serif;
  font-weight:400!important;
}
:where([class^="snw-"],[class*=" snw-"],[class^="nkv-"],[class*=" nkv-"],[class^="cbmg-"],[class*=" cbmg-"]) :where(h1,h2,h3,h4,h5,h6),
:where(h1,h2,h3,h4,h5,h6)[class^="snw-"],
:where(h1,h2,h3,h4,h5,h6)[class*=" snw-"],
:where(h1,h2,h3,h4,h5,h6)[class^="nkv-"],
:where(h1,h2,h3,h4,h5,h6)[class*=" nkv-"],
:where(h1,h2,h3,h4,h5,h6)[class^="cbmg-"],
:where(h1,h2,h3,h4,h5,h6)[class*=" cbmg-"]{font-weight:500!important}
