@font-face {
    font-family: 'Didot';
    font-weight: 400;
    src: local('Didot'), url(./Didot-HTF-L96-Light.ttf) format('truetype');
}

@font-face {
    font-family: 'Didot';
    font-weight: 500;
    src: local('Didot'), url(./Didot-HTF-L96-Light.ttf) format('truetype');
}

@font-face {
    font-family: 'Didot';
    font-weight: 600;
    src: local('Didot'), url(./Didot-HTF-M96-Medium.ttf) format('truetype');
}

@font-face {
    font-family: 'Didot';
    font-weight: 700;
    src: local('Didot'), url(./Didot-HTF-M96-Medium.ttf) format('truetype');
}

@font-face {
    font-family: 'Didot';
    font-weight: 800;
    src: local('Didot'), url(./Didot-HTF-B96-Bold.ttf) format('truetype');
}

@font-face {
    font-family: 'Didot';
    font-weight: 900;
    src: local('Didot'), url(./Didot-HTF-B96-Bold.ttf) format('truetype');
}
  