/* Shared text typography. Icon fonts and their pseudo-elements retain their own families. */
html, body,
body *:not(.fa):not(.fas):not(.far):not(.fab):not(.fa-icons):not(.glyphicon):not(.ion):not([class^="ti-"]):not([class*=" ti-"]):not([class^="icon-"]):not([class*=" icon-"]):not([class^="ion-"]):not([class*=" ion-"]):not(.material-icons) {
  font-family: Arial, Helvetica, sans-serif !important;
}
/* The login page uses the same upright standard type as the site and panel. */
.scene h1 i { font-style: normal; }