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

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

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

@font-face {
    font-family: 'Averia Serif Libre';
    font-weight: normal;
    font-style: normal;
    font-display: auto;
    src: url(../static/fonts/AveriaSerifLibre-Regular.ttf) format('trueType');
}

@font-face {
    font-family: 'Bakbak One';
    font-weight: normal;
    font-style: normal;
    font-display: auto;
    src: url('../static/fonts/BakbakOne-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Kaushan Script';
    font-weight: normal;
    font-style: normal;
    font-display: auto;
    src: url('../static/fonts/KaushanScript-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Kavoon';
    font-weight: normal;
    font-style: normal;
    font-display: auto;
    src: url('../static/fonts/Kavoon-Regular.ttf') format('truetype');
}

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