@font-face {
   font-family: 'SoehneBuch';
   font-style: normal;
   font-weight: normal;
   src: url('./fonts/soehne-buch.woff2') format('woff2');
 }
 
 @font-face {
   font-family: 'SoehneBuch';
   font-style: normal;
   font-weight: bold;
   src: url('./fonts/soehne-kraftig.woff2') format('woff2');
 }
 
 @font-face {
   font-family: 'SoehneBuch';
   font-style: normal;
   font-weight: lighter;
   src: url('./fonts/soehne-leicht.woff2') format('woff2');
 }
 
 @font-face {
   font-family: 'SoehneMono';
   font-style: normal;
   font-weight: normal;
   src: url('./fonts/soehne-mono-buch.woff2') format('woff2');
 }