@font-face {
    font-family: NPVFont;
    font-weight: 400;
    src: url('./NPV.ttf');
}
@font-face {
    font-family: NPVFont;
    font-weight: 500;
    src: url('./NPV_Medium.ttf');
}
@font-face {
    font-family: NPVFont;
    font-weight: 700;
    src: url('./NPV_Bold.ttf');
}