/*
 * WENCK Karriereseite – Original-Webfonts von wenck.de (Wix/parastorage)
 *
 * Headlines:  "Futura LT W01 Book" (futura-lt-w01-book), weight 400
 * Body/Nav:   "Avenir LT W05 35 Light" (avenir-lt-w01_35-light), weight 400
 *   Quellen: static.parastorage.com/fonts/v2/... (identische Dateien lokal gehostet)
 */

@font-face {
  font-family: 'Futura LT';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('futura-lt-w01-book.woff2') format('woff2');
}

@font-face {
  font-family: 'Avenir LT';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('avenir-lt-35-light.woff2') format('woff2');
}
