@font-face {
  font-family: "cerebri-book";
  src: url("../fonts/CerebriSans/cerebrisans-book-webfont.woff2") format("woff2"),
    url("../fonts/CerebriSans/cerebrisans-book-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "cerebri-bold";
  src: url("../fonts/CerebriSans/cerebrisans-bold-webfont.woff2") format("woff2"),
    url("../fonts/CerebriSans/cerebrisans-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "cerebri-semibold";
  src: url("../fonts/CerebriSans/cerebrisans-semibold-webfont.woff2") format("woff2"),
    url("../fonts/CerebriSans/cerebrisans-semibold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "cerebri-light";
  src: url("../fonts/CerebriSans/cerebrisans-light-webfont.woff2") format("woff2"),
    url("../fonts/CerebriSans/cerebrisans-light-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "cerebri-regular";
  src: url("../fonts/CerebriSans/cerebrisans-regular-webfont.woff2") format("woff2"),
    url("../fonts/CerebriSans/cerebrisans-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: block; 
}

@font-face {
  font-family: "cerebri-medium";
  src: url("../fonts/CerebriSans/cerebrisans-medium-webfont.woff2") format("woff2"),
    url("../fonts/CerebriSans/cerebrisans-medium-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "cerebri-heavy";
  src: url("../fonts/CerebriSans/cerebrisans-heavy-webfont.woff2") format("woff2"),
    url("../fonts/CerebriSans/cerebrisans-heavy-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "cerebri-extra-bold";
  src: url("../fonts/CerebriSans/cerebrisans-extrabold-webfont.woff2") format("woff2"),
    url("../fonts/CerebriSans/cerebrisans-extrabold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

.cerebri-book {
  font-family: "cerebri-book" !important;
}
.cerebri-bold {
  font-family: "cerebri-bold" !important;
}
.cerebri-semibold {
  font-family: "cerebri-semibold" !important;
}
.cerebri-light {
  font-family: "cerebri-light" !important;
}
.cerebri-regular {
  font-family: "cerebri-regular" !important;
}
.cerebri-medium {
  font-family: "cerebri-medium" !important;
}
.cerebri-heavy {
  font-family: "cerebri-heavy" !important;
}
.cerebri-extra-bold {
  font-family: "cerebri-extra-bold" !important;
  letter-spacing: 0.15px;
}
