/* Preserve sizes, weights, layout and icon fonts; unify the family only. */
:root,body,.elementor{
    --e-global-typography-primary-font-family:"ONEFORCE Muli";
    --e-global-typography-secondary-font-family:"ONEFORCE Muli";
    --e-global-typography-text-font-family:"ONEFORCE Muli";
    --e-global-typography-accent-font-family:"ONEFORCE Muli";
}
body,
body :is(h1,h2,h3,h4,h5,h6,p,a,li,dt,dd,label,legend,input,textarea,select,option,button,table,th,td,caption,figcaption,blockquote,small,strong,b,em,mark,summary,div,span,svg text):not(#wpadminbar):not(#wpadminbar *):not(#query-monitor-main):not(#query-monitor-main *):not([class*="icon"]):not(.fa):not([class^="fa-"]):not([class*=" fa-"]):not(.fas):not(.far):not(.fab):not(.fal):not(.fad):not(.material-symbols-outlined){
    font-family:var(--of-font-family)!important;
}
