@font-face {
    font-family: 'Sentient';
    src: url('../font/sentient/sentient-light-webfont.woff2') format('woff2'),
         url('../font/sentient/sentient-light-webfont.woff') format('woff');
    font-weight: 300;
    font-style: normal;

}

@font-face {
    font-family: 'Sentient';
    src: url('../font/sentient/sentient-medium-webfont.woff2') format('woff2'),
         url('../font/sentient/sentient-medium-webfont.woff') format('woff');
    font-weight: 500;
    font-style: normal;

}