/* CRI-ONE font law 2026-08-29 (rev 4) — Open Sans, alone. No stacks.
   Christopher: "no font family" + "open sans" — one named face, nothing else.
   Excluded: svg + svg * (drawn lettering), icon classes (glyph fonts),
   pre/code/kbd/samp (browser's own monospace). :not(#_) outranks page rules. */
/* Open Sans is loaded via <link preconnect + stylesheet> in the nginx head injection (faster than @import: no serial CSS fetch). */

html body{font-family:'Open Sans' !important}

body *:not(#_):not(svg):not(svg *):not([class*="icon"]):not([class*="fa-"]):not(.fa):not(.fas):not(.far):not(.fab):not(.material-icons):not(pre):not(pre *):not(code):not(code *):not(kbd):not(samp){
  font-family:'Open Sans' !important;
}
