 @font-face {
    font-family: 'Bellota Text';
    src: url('Bellota_Text/BellotaText-Light.ttf') format('truetype'); /* Pfad zur lokal gespeicherten Schriftart */
    font-weight: 300;
    font-style: normal;
  }
  
 @font-face {
    font-family: 'Bellota Text';
    src: url('Bellota_Text/BellotaText-LightItalic.ttf') format('truetype'); /* Pfad zur lokal gespeicherten Schriftart */
    font-weight: 300;
    font-style: italic;
  }
  
  @font-face {
    font-family: 'Bellota Text';
    src: url('Bellota_Text/BellotaText-Regular.ttf') format('truetype'); /* Pfad zur lokal gespeicherten Schriftart */
    font-weight: 400;
    font-style: normal;
  }
  
  @font-face {
    font-family: 'Bellota Text';
    src: url('Bellota_Text/BellotaText-Italic.ttf') format('truetype'); /* Pfad zur lokal gespeicherten Schriftart */
    font-weight: 400;
    font-style: italic;
  }
  
  @font-face {
    font-family: 'Bellota Text';
    src: url('Bellota_Text/BellotaText-Bold.ttf') format('truetype'); /* Pfad zur lokal gespeicherten Schriftart */
    font-weight: 700;
    font-style: normal;
  }
  
  @font-face {
    font-family: 'Bellota Text';
    src: url('Bellota_Text/BellotaText-BoldItalic.ttf') format('truetype'); /* Pfad zur lokal gespeicherten Schriftart */
    font-weight: 700;
    font-style: italic;
  }