/* Self-hosted typefaces.
   Proxima Nova is loaded via Typekit (gjv1jik) in index.html — preferred.
   Söhne stays as a local fallback while Typekit warms up the connection. */

@font-face {
  font-family: 'Söhne';
  src: 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.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Söhne';
  src: url('fonts/Sohne-Halbfett.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* Seriously Nostalgic intentionally removed. Display + sans now share Proxima Nova. */
