/* ============================
   Custom Local Fonts
   ============================ */

/* Cambon Condensed Regular */
@font-face {
  font-family: 'Cambon Condensed';
  src: url('CambonCondensed-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

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

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