@font-face {
    font-family: didot;
    src: url("Didot Regular.ttf");
}

@font-face {
    font-family: didot;
    src: url("Didot Medium.ttf");
    font-weight: bold;
}

@font-face {
    font-family: didot;
    src: url("Didot Bold Italic.ttf");
    font-weight: bold;
    font-style: italic;
}