@font-face {
  font-family: KM-FontAwesome;
  src: url("/resources/km-admin/fas/web/webfonts/fa-solid-900.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: 'AaBbCc';
  src: url('/resources/km-admin/km/mm.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

/* table cell min height */
table td:empty { height: 1em; }

/* max size for images */
img:not(.km-dlg-src-preview) {
    max-width: 100%;
    object-fit: contain;
}

/* screen reader only */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  margin: -1px;
  clip: rect(0, 0, 0, 0);
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}
