/* Schriften fuer die App-Seite (inventur). "TC Text" ist Roboto aus der
   Landingpage. "TC Schmal" war dort Liberation Sans Narrow und ist seit
   20.08.2026 Barlow Semi Condensed (Google Fonts, latin), damit die
   Ueberschriften zur uebrigen Website passen; neuer Dateiname -bsc,
   weil die woff2 mit max-age=1 Jahr immutable ausgeliefert werden.
   font-display:block statt swap: als Datei zeigt swap erst die breitere
   Ersatzschrift, wodurch der Umbruch beim Nachladen springt. Die zwei
   wichtigsten Schriften werden zusaetzlich vorgeladen. */
@font-face{font-family:"TC Schmal";font-style:normal;font-weight:700;font-display:block;
  src:url(fonts/inventur/tc-schmal-700-bsc.woff2) format("woff2");}
@font-face{font-family:"TC Schmal";font-style:normal;font-weight:400;font-display:block;
  src:url(fonts/inventur/tc-schmal-400-bsc.woff2) format("woff2");}
@font-face{font-family:"TC Text";font-style:normal;font-weight:400;font-display:block;
  src:url(fonts/inventur/tc-text-400.woff2) format("woff2");}
@font-face{font-family:"TC Text";font-style:normal;font-weight:500;font-display:block;
  src:url(fonts/inventur/tc-text-500.woff2) format("woff2");}
@font-face{font-family:"TC Text";font-style:normal;font-weight:700;font-display:block;
  src:url(fonts/inventur/tc-text-700.woff2) format("woff2");}
