@font-face {
    font-family: ddt_rg;
    src: url(../font/Didot.otf);
}
@font-face {
    font-family: ddt_itg;
    src: url(../font/Didot_Italic.otf);
}
@font-face {
    font-family: ddt_b;
    src: url(../font/Didot_Bold.otf);
}
@font-face {
    font-family: ddt_tlt;
    src: url(../font/Didot_Title.otf);
    font-weight: 400!important;
}
.drg{
    font-family: ddt_rg;
}
.dit{
    font-family: ddt_itg;
}
.db{
    font-family: ddt_b;
}
.dtlt{
    font-family: ddt_tlt;
}