/* ============================================
   FONTS - Speisekarte OnQR
   ============================================ */

@font-face {
  font-family: 'MontserratAlternates';
  src: url('/fonts/MontserratAlternates-Regular.woff2') format('woff2'),
       url('/fonts/MontserratAlternates-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'MontserratAlternates';
  src: url('/fonts/MontserratAlternates-Bold.woff2') format('woff2'),
       url('/fonts/MontserratAlternates-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'BankGothicLight';
  src: url('/fonts/BankGothicLight.woff2') format('woff2'),
       url('/fonts/BankGothicLight.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}