@font-face {
    font-family: 'IBMPlex';
    src: url('../font/IBM_Plex_Sans/IBMPlexSans-Regular.ttf');
    font-weight: normal;
}

@font-face {
    font-family: 'IBMPlex';
    src: url('../font/IBM_Plex_Sans/IBMPlexSans-Medium.ttf');
    font-weight: 500;
}

@font-face {
    font-family: 'IBMPlex';
    src: url('../font/IBM_Plex_Sans/IBMPlexSans-Bold.ttf');
    font-weight: 700;
}
@font-face {
    font-family: 'IBMPlex';
    src: url('../font/IBM_Plex_Sans/IBMPlexSans-SemiBold.ttf');
    font-weight: 600;
}

body{
    font-family: "IBMPlex", sans-serif !important;
}
