/* Global typography compatibility layer. Font files are resolved at runtime. */
html,body,
.sport-admin-app,.admin-panel-body,.ds-template-page,.account-page-fullscreen,.customer-panel,.installer-page,
input,select,textarea,button,.btn,.form-control,.form-select,.dropdown-menu,.modal,.tooltip,.popover,
table,th,td,label,.pagination,.page-link{
  font-family:var(--cms-font-family,Tahoma,"Segoe UI",Arial,sans-serif)!important;
}
body :where(:not(i):not(svg):not(path):not(code):not(pre):not(kbd):not(samp):not(.bi):not([class^="bi-"]):not([class*=" bi-"]):not(.material-symbol-icon)){
  font-family:var(--cms-font-family,Tahoma,"Segoe UI",Arial,sans-serif)!important;
}
::placeholder{font-family:var(--cms-font-family,Tahoma,"Segoe UI",Arial,sans-serif)!important;}
