@charset "UTF-8";
@font-face{
  font-family: 'EB Garamond';
  font-style: normal;
  font-weight: 400;
  src: url("../font/EBGaramond-Regular.ttf") format("opentype"),
  url("../font/EBGaramond-Regular.woff") format("woff");
}
@font-face{
  font-family: 'EB Garamond';
  font-style: bold;
  font-weight: 700;
  src: url("../font/EBGaramond-Bold.ttf") format("opentype"),
  url("../font/EBGaramond-Bold.woff.woff") format("woff");
}