/*Font Declaration */

@font-face {
    font-family: 'Didot';
    src: url('./Didot.woff') format('woff'); /* Pretty Modern Browsers */
}

@font-face {
    font-family: 'Didot Bold';
    src: url('./Didot-Bold.woff') format('woff'); /* Pretty Modern Browsers */
}

@font-face {
    font-family: 'Gotham Greek Book';
    src: url('./GothamGreek-Book.otf');
}

@font-face {
    font-family: 'Gotham Greek Medium';
    src: url('./GothamGRMedium.otf');
}

@font-face {
    font-family: 'Gotham Greek Bold';
    src: url('./GothamGreek-Bold.otf');
}

@font-face {
    font-family: 'Gotham Greek Light';
    src: url('./GothamGRLight.otf');
}


@font-face {
    font-family: 'Gotham Greek XLight';
    src: url('./GothamGRXLight.otf');
}


@font-face {
    font-family: 'Garamond';
    src: url('./CFGaramondRg.otf');
}


@font-face {
    font-family: 'Arboria Light';
    src: url('./ArboriaLight.ttf');
}
