@font-face {
    font-family: 'dispSerifReg';
    src: url('../fonts/Beckan.woff2') format('woff2'),
         url('../fonts/Beckan.woff') format('woff'),
         url('../fonts/beckan.ttf') format('ttf');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'sansBold';
    src: url('../fonts/Quicksand-Bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'sansReg';
    src: url('../fonts/Quicksand-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}