@font-face {
    font-family: 'Didot';
    src: url('Didot.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Didot Bold';
    src: url('Didot%20Bold.otf') format('opentype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Didot Italic';
    src: url('Didot%20Italic.otf') format('opentype');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Didot Title';
    src: url('Didot%20Title.otf') format('opentype');
    font-weight: 700; /* Adjust as needed */
    font-style: normal;
}




@font-face {
    font-family: 'Embassy Regular';
    src: url('Embassy Regular.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}