@charset "UTF-8";

/* projects/pmd-explorer/src/styles.scss */
html,
body {
  height: 100%;
  margin: 0;
}

/* node_modules/@ewafi/angular/styles/styles.scss */
:root {
  --lh-icon-default-size: 1.5rem;
  --lh-logo-default-height: 1.25rem;
  --lh-logo-default-width: 10rem;
  --lh-workbench-header-height: 3.5rem;
}
@font-face {
  font-family: LiebherrText-Regular;
  src: url("./media/LiebherrText-Regular_Web.woff2") format("woff2");
}
@font-face {
  font-family: LiebherrText-Bold;
  src: url("./media/LiebherrText-Bold_Web.woff2") format("woff2");
}
@font-face {
  font-family: LiebherrText-Medium;
  src: url("./media/LiebherrText-Medium_Web.woff2") format("woff2");
}
@font-face {
  font-family: LiebherrHead-Regular;
  src: url("./media/LiebherrHead-Regular_Web.woff2") format("woff2");
}
@font-face {
  font-family: LiebherrHead-Black;
  src: url("./media/LiebherrHead-Black_Web.woff2") format("woff2");
}
html,
body,
input,
button {
  font-family: "LiebherrText-Regular", sans-serif;
  font-size: 16px;
}
strong {
  font-family: "LiebherrText-Bold", sans-serif;
  font-weight: 100;
}
input,
button,
textarea,
select {
  font: inherit;
}
.border-image {
  border-radius: 50%;
}
.p-drawer-header {
  display: none !important;
}
.popover-item {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  padding: 0.5rem;
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
}
.popover-item:hover {
  background-color: var(--lh-surface-100);
}
.p-dialog-header {
  display: none !important;
}
.ql-editor ol li[data-list]::before {
  content: none !important;
}
.ql-editor li[data-list=bullet] > .ql-ui::before {
  content: "\2022\a0";
}
.ql-editor li[data-list=ordered] > .ql-ui::before {
  content: counter(list-0, decimal) ". ";
}
.ql-editor li[data-list=checked] > .ql-ui::before {
  content: "\2611";
}
.ql-editor li[data-list=unchecked] > .ql-ui::before {
  content: "\2610";
}

/* angular:styles/global:styles */
/*# sourceMappingURL=styles.css.map */
