/* fonts.css */

@font-face {
    font-family: 'neuemachinalight';
    src: url('../fonts/NeueMachina-Light.otf') format('truetype');
    font-weight: normal;
    font-style: normal;
  }

  @font-face {
    font-family: 'neuemachinaregular';
    src: url('../fonts/NeueMachina-Regular.otf') format('truetype');
    font-weight: normal;
    font-style: normal;
  }

  @font-face {
    font-family: 'neuemachinaultrabold';
    src: url('../fonts/NeueMachina-Ultrabold.otf') format('truetype');
    font-weight: normal;
    font-style: normal;
  }