/* Licence:      https://joergebertz.de/fonts/OFL.txt
   Authors:      https://joergebertz.de/fonts/AUTHORS.txt
   Contributers: https://joergebertz.de/fonts/CONTRIBUTORS.txt
   homepage:     https://github.com/alerque/libertinus */

@font-face {
    font-family: 'LibertinusSansRegular';
        src: url('/fonts/LibertinusSansRegular.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
      }

@font-face {
    font-family: 'LibertinusSansItalic';
        src: url('/fonts/LibertinusSansItalic.otf') format('opentype');
    font-weight: normal;
    font-style: italic;
      }

@font-face {
    font-family: 'LibertinusSansBold';
        src: url('/fonts/LibertinusSansBold.otf') format('opentype');
    font-weight: bold;
    font-style: normal;
      }
