@font-face {
  font-family: "Didot";
  font-style: normal;
  font-weight: 400;
  src:
    url('../fonts/didot-regular.woff2') format('woff2'),
    url('../fonts/didot-regular.woff') format('woff'),
    url('../fonts/didot-regular.ttf') format("truetype");
}

@font-face {
  font-family: "Didot";
  font-style: italic;
  font-weight: 400;
  src:
    url('../fonts/didot-italic.woff2') format('woff2'),
    url('../fonts/didot-italic.woff') format('woff'),
    url('../fonts/didot-italic.ttf') format("truetype");
}