@font-face {
    font-family: 'Dockyard';
    src: url('../fonts/Dockyard.ttf') format('truetype'),
         url('../fonts/Dockyard.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Avenir';
    src: url('../fonts/AvenirNextLTPro-It.otf') format('truetype'),
         url('../fonts/AvenirNextLTPro-Regular.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Avenir';
    src: url('../fonts/AvenirNextLTPro-BoldCn.otf') format('truetype'),
         url('../fonts/AvenirNextLTPro-Bold.otf') format('opentype');
    font-weight: bold;
    font-style: normal;
}


@font-face {
    font-family: 'Avenir';
    src: url('../fonts/AvenirNextLTPro-CnIt.otf') format('truetype'),
         url('../fonts/AvenirNextLTPro-It.otf') format('opentype');
    font-weight: normal;
    font-style: italic;
}


@font-face {
    font-family: 'Avenir';
    src: url('../fonts/AvenirNextLTPro-BoldCnIt.otf') format('truetype'),
         url('../fonts/AvenirNextLTPro-BoldCnIt.otf') format('opentype');
    font-weight: bold;
    font-style: italic;
}