@font-face {
    font-family: 'Noto Sans';
    src: url('/fonts/noto sans/NotoSans-Regular-2.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Noto Sans';
    src: url('/fonts/noto sans/NotoSans-Bold-5.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Noto Sans';
    src: url('/fonts/noto sans/NotoSans-Italic-3.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Noto Sans';
    src: url('/fonts/noto sans/NotoSans-BoldItalic-4.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}