* {
    font-display: auto;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    word-break: break-word;
    hyphens: manual;
    -webkit-hyphens: manual;
    -moz-hyphens: manual;
    -ms-hyphens: manual;
}

@font-face {
  font-family: "L10";
  font-weight: 400;
  font-style: normal;
  src: url("../fonts/L10/L10-regular.woff2") format("woff2"),url("../fonts/L10/L10-regular.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-family: "L10";
  font-weight: 400;
  font-style: italic;
  src: url("../fonts/L10/L10-regularitalic.woff2") format("woff2"),url("../fonts/L10/L10-regularitalic.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-family: "L10";
  font-weight: 700;
  font-style: normal;
  src: url("../fonts/L10/L10-bold.woff2") format("woff2"),url("../fonts/L10/L10-bold.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-family: "L10";
  font-weight: 700;
  font-style: italic;
  src: url("../fonts/L10/L10-bolditalic.woff2") format("woff2"),url("../fonts/L10/L10-bolditalic.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-family: "HyberDisplay";
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/HyberDisplay/HyberDisplay-Regular.woff2") format("woff2"),url("../fonts/HyberDisplay/HyberDisplay-Regular.woff") format("woff");
  font-display: swap;
}

html {
  font-size: 14px;
}

.hyber-text {
  font-family: "HyberDisplay", "Helvetica", "Open Sans", sans-serif;
}

p {
  font-size: 1rem;
  line-height: 1.5rem;
  margin: 0;
}

h1 {
  font-family: "HyberDisplay", "Helvetica", "Open Sans", sans-serif;
  font-size: 2rem;
  font-weight: 400;
}

h2 {
  font-family: "L10", "Helvetica", "Arial";
  font-size: 1.5rem;
  font-weight: 400;
}

h1, h2, h3, h4, h5, h6 {
  color: #2E6680;
}