/* KHTeka – OPIK Hausschrift (wie opikconnect.de) */
/* Dateien erwartet unter: /fonts/khteka/ (siehe Einbau-Anleitung) */

@font-face {
  font-family: 'KH Teka';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('/fonts/khteka/KHTeka-Light.woff2') format('woff2'),
       url('/fonts/khteka/KHTeka-Light.woff') format('woff');
}
@font-face {
  font-family: 'KH Teka';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/fonts/khteka/KHTeka-Regular.woff2') format('woff2'),
       url('/fonts/khteka/KHTeka-Regular.woff') format('woff');
}
@font-face {
  font-family: 'KH Teka';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('/fonts/khteka/KHTeka-Medium.woff2') format('woff2'),
       url('/fonts/khteka/KHTeka-Medium.woff') format('woff');
}
/* Extended-Variante (z.B. für große Headlines) */
@font-face {
  font-family: 'KH Teka Pro';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('/fonts/khteka/KHTekaPro-LightExtended.woff2') format('woff2'),
       url('/fonts/khteka/KHTekaPro-LightExtended.woff') format('woff');
}
