@font-face {
  font-family: 'PP Neue Machina';
  src: url('/fonts/PPNeueMachina-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'PP Neue Machina';
  src: url('/fonts/PPNeueMachina-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'PP Neue Machina';
  src: url('/fonts/PPNeueMachina-Ultrabold.woff2') format('woff2');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

html, body, * {
  font-family: 'PP Neue Machina', Arial, sans-serif !important;
} 