@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/IBMPlexSans_Condensed-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');
}

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

@font-face {
    font-family: 'Sunflower light';
    font-weight: 300;
    font-style: normal;
    font-display: swap;
    src: url('../static/fonts/Sunflower-Light.ttf') format('truetype');
}

@font-face {
    font-family: 'Sunflower medium';
    font-weight: 500;
    font-style: normal;
    font-display: swap;
    src: url('../static/fonts/Sunflower-Medium.ttf') format('truetype');
}