@font-face {
    font-family: 'Biondi sans Regular';
    src: url('fonts/biondi_sans_rg.woff2') format('woff2'),
         url('fonts/biondi_sans_rg.woff') format('woff'),
         url('fonts/biondi_sans_rg.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Biondi sans Light';
    src: url('fonts/biondi_sans_lt.woff2') format('woff2'),
         url('fonts/biondi_sans_lt.woff') format('woff'),
         url('fonts/biondi_sans_lt.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans Condensed Light';
    src: url('fonts/opensans-condlight.woff2') format('woff2'),
         url('fonts/opensans-condlight.woff') format('woff'),
         url('fonts/opensans-condlight.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}