﻿@font-face {
    font-family: 'Didot';
    font-style: normal;
    font-weight: 400;
    src: local('Didot'), url('../font/Didot.woff') format('woff');
}
@font-face {
    font-family: 'Didot';
    font-style: italic;
    font-weight: 400;
    src: local('Didot'), url('../font/Didot Italic.woff') format('woff');
}
@font-face {
    font-family: 'Didot';
    font-style: normal;
    font-weight: 700;
    src: local('Didot'), url('../font/Didot Bold.woff') format('woff');
}
@font-face {
    font-family: 'Didot Title';
    font-style: normal;
    font-weight: 400;
    src: local('Didot Title'), url('../font/Didot Title.woff') format('woff');
}


