@font-face {
  font-family: 'IBMPlexSansCondensed';
  src: url('IBMPlexSansCondensed-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'IBMPlexSansCondensed';
  src: url('IBMPlexSansCondensed-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}

/* Aplicarea fontului în pagină */
body * {
  font-family: 'IBMPlexSansCondensed', 'Arial', sans-serif !important;
}
