@font-face {
  font-family: "Linux Libertine";
  src: url("../fonts/LinLibertine_R.otf") format("opentype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Linux Libertine";
  src: url("../fonts/LinLibertine_RI.otf") format("opentype");
  font-style: italic;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Linux Libertine";
  src: url("../fonts/LinLibertine_RZ.otf") format("opentype");
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}

@font-face {
  font-family: "Linux Libertine";
  src: url("../fonts/LinLibertine_RZI.otf") format("opentype");
  font-style: italic;
  font-weight: 600;
  font-display: swap;
}

@font-face {
  font-family: "Linux Libertine";
  src: url("../fonts/LinLibertine_RB.otf") format("opentype");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: "Linux Libertine";
  src: url("../fonts/LinLibertine_RBI.otf") format("opentype");
  font-style: italic;
  font-weight: 700;
  font-display: swap;
}

body {
  background-color: #fff;
  font: 19px/1.5 "Linux Libertine", "Linux Libertine O", "Libertinus Serif", Georgia, "Times New Roman", serif;
  color: #595959;
  font-weight: 400;
}
