/*et-book*/
@font-face {
  font-family: "et-book";
  src: url("/staticAssets/fonts/EtBook/et-book-roman-line-figures.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "et-book";
  src: url("/staticAssets/fonts/EtBook/et-book-display-italic-old-style-figures.woff")
      format("woff");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "et-book";
  src: url("/staticAssets/fonts/EtBook/et-book-bold-line-figures.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}

.et-book,
.et-book p {
  font-family: "et-book", "EB Garamond", serif;
}