/* 
  Roboto Condensed – alle Variationen (Variable Font, normal & italic)
  Font-Dateien liegen unter: /wp-content/uploads/2025/04/
  Nutzt font-display: swap für bessere Ladezeiten.
*/

/* Variable Font: Normal (alle Gewichte von 100 bis 900) */
@font-face {
    font-family: 'Roboto Condensed';
    src: local('Roboto Condensed'),
         url('/wp-content/uploads/2025/04/RobotoCondensed-VariableFont_wght.woff2') format('woff2');
    font-weight: 100 900;
    font-style: normal;
    font-display: swap;
}

/* Variable Font: Italic (alle Gewichte von 100 bis 900) */
@font-face {
    font-family: 'Roboto Condensed';
    src: local('Roboto Condensed Italic'),
         url('/wp-content/uploads/2025/04/RobotoCondensed-Italic-VariableFont_wght.woff2') format('woff2');
    font-weight: 100 900;
    font-style: italic;
    font-display: swap;
}