@font-face {
    font-family: 'Biwa';
    src: url('/fonts/hinted-Biwa-Regular.woff2') format('woff2'),
         url('/fonts/hinted-Biwa-Regular.woff')  format('woff'),
         url('/fonts/hinted-Biwa-Regular.ttf')   format('truetype');
    font-weight : normal;
    font-style  : normal;
    font-display: block;
    font-display: block;
}

@font-face {
    font-family: 'Biwa';
    src: url('/fonts/hinted-Biwa-RegularItalic.woff2') format('woff2'),
         url('/fonts/hinted-Biwa-RegularItalic.woff')   format('woff'),
         url('/fonts/hinted-Biwa-RegularItalic.ttf')    format('truetype');
    font-weight : normal;
    font-style  : italic;
    font-display: block;
}

@font-face {
    font-family: 'Biwa-BlackStencilDisplayLow';
    src: url('/fonts/hinted-Biwa-BlackStencilDisplayLow.woff2') format('woff2'),
         url('/fonts/hinted-Biwa-BlackStencilDisplayLow.woff')  format('woff'),
         url('/fonts/hinted-Biwa-BlackStencilDisplayLow.ttf')   format('truetype');
    font-weight : 900;
    font-style  : normal;
    font-display: block;
}

