/* Söhne Font Family */

/* Book (Regular) - 400 weight */
@font-face {
  font-family: 'Söhne';
  src: url('/fonts/TestSohne-Book.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Söhne';
  src: url('/fonts/TestSohne-BookItalic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

/* Medium (Kräftig) - 500 weight */
@font-face {
  font-family: 'Söhne';
  src: url('/fonts/TestSohne-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Söhne';
  src: url('/fonts/TestSohne-MediumItalic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

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

@font-face {
  font-family: 'Söhne';
  src: url('/fonts/TestSohne-SemiboldItalic.otf') format('opentype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

/* Bold (Fett) - 700 weight */
@font-face {
  font-family: 'Söhne';
  src: url('/fonts/TestSohne-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Söhne';
  src: url('/fonts/TestSohne-BoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

/* Söhne Mono for code blocks */
@font-face {
  font-family: 'Söhne Mono';
  src: url('/fonts/TestSohneMono-Book.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Söhne Mono';
  src: url('/fonts/TestSohneMono-BookItalic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}