/* Lokal gehostete Fonts (DSGVO: keine Requests an Google) */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 300 800;
  font-display: swap;
  src: url('../fonts/inter-variable.woff2') format('woff2');
}
@font-face {
  font-family: 'Saira Condensed';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('../fonts/saira-condensed-700.woff2') format('woff2');
}
@font-face {
  font-family: 'Saira Condensed';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url('../fonts/saira-condensed-900.woff2') format('woff2');
}
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('../fonts/oswald-700.woff2') format('woff2');
}
@font-face {
  font-family: 'Caveat';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url('../fonts/caveat-variable.woff2') format('woff2');
}

/**
 * @license MyFonts Webfont Build ID 3867246
 * Webfont: Futura Pro Extra Bold Condensed by Linotype
 * Lizenziert fuer localpeak.de (MyFonts-Order 7369132736682, Web + Desktop).
 * All other parties are explicitly restricted from using the Licensed Webfonts.
 * https://www.myfonts.com/collections/linotype-foundry
 */
@font-face {
  font-family: 'FuturaProExtraBoldCondensed';
  font-style: normal;
  font-weight: 100 900; /* ein Schnitt fuer alle Gewichte -> kein Faux-Bold */
  font-display: swap;
  src: url('../fonts/futura-pro-xboldcond.woff2') format('woff2'),
       url('../fonts/futura-pro-xboldcond.woff') format('woff');
}
