@font-face {
  font-family: 'NeueBold';
  src: url('../fonts/NeueMachina-Ultrabold.otf') format('opentype');
  font-weight: bold;
  font-style: normal;
}

.font-NeueBold {
  font-family: 'NeueBold', sans-serif;
}


@font-face {
  font-family: 'Kollektif';
  src: url('../fonts/Kollektif.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

.font-kollektif {
  font-family: 'Kollektif', sans-serif;
}

@font-face {
  font-family: 'NeueMachina';
  src: url('../fonts/NeueMachina-Light.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

.font-neuemachina {
  font-family: 'NeueMachina', sans-serif;
}

body {
  font-family: 'NeueMachina', sans-serif; 
}