@font-face{
  font-family:"Kleisch LL";
  src:url("/fonts/KleischLL-Regular.otf") format("opentype");
  font-display:swap;
  font-style:normal;
  font-weight:400;
}

@font-face{
  font-family:"Kleisch LL";
  src:url("/fonts/KleischLL-Italic.otf") format("opentype");
  font-display:swap;
  font-style:italic;
  font-weight:400;
}

:root{
  --gustav-font-family:"Kleisch LL",Georgia,"Times New Roman",serif;
}

html,
body,
body *{
  font-family:var(--gustav-font-family)!important;
}

:where(
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  .title,
  .workspacetitle,
  .logintitle,
  .healthsummarymessage,
  .directorymocktitle,
  .discussioninboxhead strong
){
  font-weight:400!important;
}

.appfooter strong{
  color:#000!important;
  font-weight:700!important;
}
