/* apple font, different styles and weights in /assets/fonts/BLABLA */

@font-face {
  font-family: "SF Display";
  src: url('https://sumoindianer.de/neu/assets/fonts/SF_Display/SF-UI-Display-Medium.otf');
  font-weight: 500;
  font-weight: normal;
  font-display: block;
}

.footer {
  font-style: 'SF Display';
}
