@font-face {
  font-family: "BauerBodoniStd";
  src: url("BauerBodoniStd-Roman.otf") format("opentype");
  font-weight: 400;
}
@font-face {
  font-family: "BauerBodoniStd";
  font-style: italic;
  src: url("BauerBodoniStd-Italic.otf") format("opentype");
  font-weight: 400;
}
@font-face {
  font-family: "BauerBodoniStd";
  font-weight: 600;
  src: url("BauerBodoniStd-Bold.otf") format("opentype");
}
@font-face {
  font-family: "BauerBodoniStd";
  font-weight: 600;
  font-style: italic;
  src: url("BauerBodoniStd-BoldItalic.otf") format("opentype");
}