@font-face {
    font-family: 'Neue Machina';
    src: url('./NeueMachina-Light.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Neue Machina';
    src: url('./NeueMachina-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Neue Machina';
    src: url('./NeueMachina-Ultrabold.woff2') format('woff2');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

/* CSS Custom Properties for Neue Machina Font */
:root {
  --font-neue-machina: 'Neue Machina', sans-serif;
}

