/* Prevent front-end themes and admin extensions from restyling JuiceBox UI. */
:where([class^="psigmx-"],[class*=" psigmx-"]) {
    font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif!important;
}
:where([class^="psigmx-"],[class*=" psigmx-"]) :where(h1,h2,h3,h4,h5,h6,p,a,button,input,select,textarea,label,table,th,td,small,strong,span) {
    font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif!important;
}
:where([class^="psigmx-"],[class*=" psigmx-"]) :where(code,pre,kbd,samp) {
    font-family:Consolas,Monaco,"Courier New",monospace!important;
}
/* WordPress supplies this icon font; do not replace it with the UI font. */
:where([class^="psigmx-"],[class*=" psigmx-"]) .dashicons {
    font-family:dashicons!important;
}
