
/* didot css*/

@font-face {
  font-family: 'didot';
  font-style: normal;
  font-weight: 500;
  src: url('./Didot Regular.ttf') format('truetype');
}

@font-face {
  font-family: 'didot';
  font-style: normal;
  font-weight: 900;
  src: url('./Didot LT Std Bold.otf') format('opentype');
}