@font-face {
    font-family: 'Plus Jakarta Sans';
    font-weight: normal;
    font-style: normal;
    font-display: swap;
    src: url(../static/fonts/PlusJakartaSans-Medium.ttf) format('trueType');
}

@font-face {
    font-family: 'Noto Sans';
    font-weight: normal;
    font-style: normal;
    font-display: swap;
    src: url(../static/fonts/NotoSans-Regular.ttf) format('trueType');
}

@font-face {
    font-family: 'Noto Sans Bold';
    /* font-weight: bold; */
    font-style: normal;
    font-display: swap;
    src: url(../static/fonts/NotoSans-SemiBold.ttf) format('trueType');
}

@font-face {
    font-family: 'IBM Plex Sans';
    font-weight: normal;
    font-style: normal;
    font-display: swap;
    src: url('../static/fonts/NotoSans-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Roboto';
    font-weight: normal;
    font-style: normal;
    font-display: swap;
    src: url('../static/fonts/Roboto-VariableFont-wdth-wght.ttf') format('truetype');
}