@font-face {
    font-family: 'Orkney';
    src: url('../resources/fonts/orkney-light-webfont.woff2') format('woff2'),
         url('../resources/fonts/orkney-light-webfont.woff') format('woff');
    font-weight: 200;
    font-style: normal;
}
@font-face {
    font-family: 'Orkney';
    src: url('../resources/fonts/orkney-regular-webfont.woff2') format('woff2'),
         url('../resources/fonts/orkney-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Orkney';
    src: url('../resources/fonts/orkney-medium-webfont.woff2') format('woff2'),
         url('../resources/fonts/orkney-medium-webfont.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Orkney';
    src: url('../resources/fonts/orkney-bold-webfont.woff2') format('woff2'),
         url('../resources/fonts/orkney-bold-webfont.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}