@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;
}

/* 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;
}
