/* Licence:      https://kleiderordnung.org/fonts/OFL.txt
   Authors:      https://kleiderordnung.org/fonts/AUTHORS.txt
   Contributers: https://kleiderordnung.org/fonts/CONTRIBUTORS.txt
   homepage:     https://github.com/alerque/libertinus */

@font-face {
    font-family: 'LibertinusSerifRegular';
        src: url('/fonts/LibertinusSerifRegular.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
      }

@font-face {
    font-family: 'LibertinusSerifItalic';
        src: url('/fonts/LibertinusSerifItalic.otf') format('opentype');
    font-weight: normal;
    font-style: italic;
      }

@font-face {
    font-family: 'LibertinusSerifSemibold';
        src: url('/fonts/LibertinusSerifSemibold.otf') format('opentype');
    font-weight: bold;
    font-style: normal;
      }

@font-face {
    font-family: 'LibertinusSerifSemiboldItalic';
        src: url('/fonts/LibertinusSerifSemiboldItalic.otf') format('opentype');
    font-weight: bold;
    font-style: italic;
      }

@font-face {
    font-family: 'LibertinusSerifBold';
        src: url('/fonts/LibertinusSerifBold.otf') format('opentype');
    font-weight: bold;
    font-style: normal;
      }

@font-face {
    font-family: 'LibertinusSerifBoldItalic';
        src: url('/fonts/LibertinusSerifBoldItalic.otf') format('opentype');
    font-weight: bold;
    font-style: italic;
      }
