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

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

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

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

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

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

@font-face {
    font-family: 'DIN';
    font-weight: bold;
    font-style: normal;
    font-display: swap;
    src: url(../resource/fonts/din-bold-2.ttf) format('truetype');
}

@font-face {
    font-family: 'Roboto 500';
    font-weight: 500;
    font-style: normal;
    font-display: swap;
    src: url(../resource/fonts/Roboto-Medium.ttf) format('trueType');
}