/* @font-face {
    src: url('Nunito/new-Nunito.ttf') format('truetype');
    font-family: 'Nunito';
    font-style: normal;
    font-weight: normal;
    font-display: swap;
} */

@font-face {
    src: url('../fonts/new-Nunito.ttf') format('truetype');
    font-family: 'Nunito';
    font-style: normal;
    font-weight: normal;
    font-display: swap;
}

@font-face {
    src: url('../fonts/IBMPlexSans-Regular.ttf') format('truetype');
    font-family: 'ibm-plex-sans';
    font-style: normal;
    font-weight: normal;
    font-display: swap;
}

@font-face {
    src: url('../fonts/Neo-Sans-Medium.TTF') format('truetype');
    font-family: 'Neo Sans';
    font-style: normal;
    font-weight: normal;
    font-display: swap;
}