@font-face {
  font-family: "ux-elements-excellent-regular";
  src: url("../fonts/Raleway-Medium.ttf");
  font-display: swap;
}
@font-face {
  font-family: "ux-elements-excellent-light-italic";
  src: url("../fonts/Raleway-LightItalic.ttf");
  font-display: swap;
}
@font-face {
  font-family: "ux-elements-excellent-bold";
  src: url("../fonts/Raleway-Bold.ttf");
  font-display: swap;
}
* {
  font: inherit;
  box-sizing: border-box;
  font-size: 1rem;
  z-index: 5;
  font-family: 'ux-elements-excellent-regular';
  line-height: 1.35;
  letter-spacing: 1px;
}
html,
body {
  font-size: 13pt;
}
body {
  padding-top: 80pt;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'ux-elements-excellent-bold';
}
a {
  text-decoration: none;
  color: inherit;
}
.uxe_main_navigation a.currentSite {
  text-decoration: underline;
}
.ux_headlineContainer h2,
.ux_headlineWithTextContainer h2,
.ux_listContainer h2 {
  font-size: 30pt;
}
.ux_quote .inner_ux_quote_container .quote_container p.quoted_person {
  font-family: 'ux-elements-excellent-bold';
}
.ux_quote .inner_ux_quote_container .quote_container .quote p {
  font-family: 'ux-elements-excellent-light-italic';
  font-style: normal;
}
