@font-face {
  font-family: "EB Garamond";
  font-style: normal;
  font-weight: 400;
  src: local("EB Garamond Regular"), local("EBGaramond-Regular"), url(../fonts/EBGaramond-Regular.ttf) format("truetype");
}

@font-face {
  font-family: "EB Garamond";
  font-style: italic;
  font-weight: 400;
  src: local("EB Garamond Italic"), local("EBGaramond-Italic"), url(../fonts/EBGaramond-Italic.ttf) format("truetype");
}

@font-face {
  font-family: "EB Garamond";
  font-style: normal;
  font-weight: 500;
  src: local("EB Garamond Medium"), local("EBGaramond-Medium"), url(../fonts/EBGaramond-Medium.ttf) format("truetype");
}

@font-face {
  font-family: "EB Garamond";
  font-style: normal;
  font-weight: 600;
  src: local("EB Garamond SemiBold"), local("EBGaramond-SemiBold"), url(../fonts/EBGaramond-SemiBold.ttf) format("truetype");
}

@font-face {
  font-family: "EB Garamond";
  font-style: normal;
  font-weight: 700;
  src: local("EB Garamond Bold"), local("EBGaramond-Bold"), url(../fonts/EBGaramond-Bold.ttf) format("truetype");
}

@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 300;
  src: local("OpenSans Light"), local("OpenSans-Light"), url(../fonts/opensans-light.ttf) format("truetype");
}

@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  src: local("OpenSans Regular"), local("OpenSans-Regular"), url(../fonts/opensans-regular.ttf) format("truetype");
}
