/* ============================================================
   Söhne — brand-licensed, project-local @font-face declarations.
   WOFF2 first (broad modern support); OTF fallback for older UAs.
   ============================================================ */

@font-face {
  font-family: 'Söhne';
  src: url('/fonts/Sohne-Buch.woff2') format('woff2'),
       url('/fonts/Sohne-Buch.otf') format('opentype');
  font-weight: 400; font-style: normal; font-display: swap;
}

@font-face {
  font-family: 'Söhne';
  src: url('/fonts/Sohne-Kraftig.woff2') format('woff2'),
       url('/fonts/Sohne-Kraftig.otf') format('opentype');
  font-weight: 500; font-style: normal; font-display: swap;
}

@font-face {
  font-family: 'Söhne';
  src: url('/fonts/Sohne-Halbfett.woff2') format('woff2'),
       url('/fonts/Sohne-Halbfett.otf') format('opentype');
  font-weight: 600; font-style: normal; font-display: swap;
}
