@font-face {
    font-family: 'Didot';
    src: url('Didot.eot');
    src: url('Didot.eot?#iefix') format('embedded-opentype'),
        url('Didot.woff2') format('woff2'),
        url('Didot.woff') format('woff'),
        url('Didot.ttf') format('truetype'),
        url('Didot.svg#Didot') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
  font-family: 'Didot';
  src: url('DidotLTStd-Bold.eot');
  src: url('DidotLTStd-Bold.eot?#iefix') format('embedded-opentype'),
      url('DidotLTStd-Bold.woff2') format('woff2'),
      url('DidotLTStd-Bold.woff') format('woff'),
      url('DidotLTStd-Bold.ttf') format('truetype'),
      url('DidotLTStd-Bold.svg#DidotLTStd-Bold') format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

