@font-face {
    font-family: 'NeuM';  
    src: url("fonts/NeueHaasDisplayMediu.ttf");  
    font-weight: medium;  
}

@font-face {
    font-family: 'NeuBold';  
    src: url("fonts/NeueHaasDisplayBold.ttf");  
    font-weight: medium;  
}

@font-face {
    font-family: 'NeuBlack';  
    src: url("fonts/NeueHaasDisplayBlack.ttf");  
    font-weight: medium;  
}

/* body {
    font-family: NeuM !important;
}

.neu-bold {
    font-family: 'NeuBold' !important; 
} */

.neu-black {
    font-family: 'NeuBlack' !important;
}