/* IranFixit 20.8: font families are loaded non-blockingly by font-loader.js.
   Keeping URLs out of CSS lets collectstatic succeed even when the optional local font is absent. */
:root{--iranfixit-font:Tahoma,"Segoe UI",Arial,sans-serif}
html.ifx-font-cdn{--iranfixit-font:"IranFixit CDN",Tahoma,"Segoe UI",Arial,sans-serif}
html.ifx-font-local{--iranfixit-font:"IranFixit Local",Tahoma,"Segoe UI",Arial,sans-serif}
html.ifx-font-system{--iranfixit-font:Tahoma,"Segoe UI",Arial,sans-serif}
html,body,button,input,select,textarea,option,table,.btn,.control{font-family:var(--iranfixit-font)!important}
body *:not(code):not(pre):not(kbd):not(samp):not(.font-monospace){font-family:var(--iranfixit-font)!important}
code,pre,kbd,samp,.font-monospace{font-family:ui-monospace,SFMono-Regular,Consolas,"Liberation Mono",monospace!important}
body{font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
