/* Handel Gothic – Headlines (Firmennamen) */
@font-face {
  font-family: "HandelGothicBT";
  src: url("../fonts/Handel-Gothic-BT/HANDGOTN.TTF") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* Optional: Alternativschnitt: VENUSRIS 
@font-face{
  font-family:"HandelGothicBT";
  src:url("../fonts/Handel-Gothic-BT/VENUSRIS.TTF") format("truetype");
  font-weight:700; font-style:normal; font-display:swap;
}*/

/* Sansation – Fließtext */
@font-face{
  font-family:"Sansation";
  src:url("../fonts/Sansation/Sansation-Regular.ttf") format("truetype");
  font-weight:400; font-style:normal; font-display:swap;
}
@font-face{
  font-family:"Sansation";
  src:url("../fonts/Sansation/Sansation-Bold.ttf") format("truetype");
  font-weight:700; font-style:normal; font-display:swap;
}
@font-face{
  font-family:"Sansation";
  src:url("../fonts/Sansation/Sansation-Italic.ttf") format("truetype");
  font-weight:400; font-style:italic; font-display:swap;
}

/* Ubuntu Sans Mono – Claim / Code */
@font-face{
  font-family:"Ubuntu Sans Mono VF";
  src:
    url("../fonts/Ubuntu_Sans_Mono/UbuntuSansMono-VariableFont_wght.ttf") format("truetype");
  font-weight:100 700; font-style:normal; font-display:swap;
}
@font-face{
  font-family:"Ubuntu Sans Mono VF";
  src:
    url("../fonts/Ubuntu_Sans_Mono/UbuntuSansMono-Italic-VariableFont_wght.ttf") format("truetype");
  font-weight:100 700; font-style:italic; font-display:swap;
}
