@font-face {
  font-family: "Baskervville";
  font-style: normal;
  font-weight: normal;
  src: url("./fonts/Baskervville-Regular.otf") format("opentype"),
    url("./fonts/Baskervville-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "Baskervville";
  font-style: italic;
  font-weight: normal;
  src: url("./fonts/Baskervville-Italic.otf") format("opentype"),
    url("./fonts/Baskervville-Italic.ttf") format("truetype");
}

@font-face {
  font-family: "Chivo";
  font-style: normal;
  font-weight: normal;
  src: url("./fonts/Chivo-Regular.woff2") format("woff2"),
    url("./fonts/Chivo-Regular.otf") format("opentype");
}

@font-face {
  font-family: "Chivo";
  font-style: italic;
  font-weight: normal;
  src: url("./fonts/Chivo-Italic.woff2") format("woff2"),
    url("./fonts/Chivo-Italic.otf") format("opentype");
}

@font-face {
  font-family: "Chivo";
  font-style: normal;
  font-weight: bold;
  src: url("./fonts/Chivo-Bold.woff2") format("woff2"),
    url("./fonts/Chivo-Bold.otf") format("opentype");
}

@font-face {
  font-family: "Chivo";
  font-style: italic;
  font-weight: bold;
  src: url("./fonts/Chivo-BoldItalic.woff2") format("woff2"),
    url("./fonts/Chivo-BoldItalic.otf") format("opentype");
}

@font-face {
  font-family: "Chivo-light";
  src: url("./fonts/Chivo-Light.woff2") format("woff2"),
    url("./fonts/Chivo-Light.otf") format("opentype");
}
