/* F5.54.0 local/system font layer. No remote font request, but enabled in public, login and admin shells. */
@font-face{
  font-family:"Inter";
  src:local("Inter"),local("Inter Regular"),local("InterVariable"),local("Segoe UI Variable"),local("Segoe UI"),local("Arial");
  font-style:normal;
  font-weight:100 900;
  font-display:swap;
}
:root{
  --wlki-font-sans:"Inter",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
  --wlki-font-mono:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
}
html,body,button,input,select,textarea{font-family:var(--wlki-font-sans);}
code,pre,kbd,samp,.code-preview,.wlk-api-code,.ki-cron-input-grid code,.ki-master-inline-dl code{font-family:var(--wlki-font-mono);}
