/* 拉丁通用版本 */
@font-face {
    font-family: 'Noto Sans';
    src: url('./NotoSans-Light.ttf') format('truetype');
    font-weight: 300; /* 或者使用font-weight: light; */
}
@font-face {
    font-family: 'Noto Sans';
    src: url('./NotoSans-Regular.ttf') format('truetype');
    font-weight: normal;
}
@font-face {
    font-family: 'Noto Sans';
    src: url('./NotoSans-Medium.ttf') format('truetype');
    font-weight: 500; /* 或者使用font-weight: medium; */
}
@font-face {
    font-family: 'Noto Sans';
    src: url('./NotoSans-SemiBold.ttf') format('truetype');
    font-weight: 600;
}
@font-face {
    font-family: 'Noto Sans';
    src: url('./NotoSans-Bold.ttf') format('truetype');
    font-weight: bold;
}

/* 阿拉伯语版本 */
@font-face {
    font-family: 'Noto Sans Arabic';
    src: url('./NotoSansArabic-Light.ttf') format('truetype');
    font-weight: 300; /* 或者使用font-weight: light; */
}
@font-face {
    font-family: 'Noto Sans Arabic';
    src: url('./NotoSansArabic-Regular.ttf') format('truetype');
    font-weight: normal;
}
@font-face {
    font-family: 'Noto Sans Arabic';
    src: url('./NotoSansArabic-Medium.ttf') format('truetype');
    font-weight: 500; /* 或者使用font-weight: medium; */
}
@font-face {
    font-family: 'Noto Sans Arabic';
    src: url('./NotoSansArabic-SemiBold.ttf') format('truetype');
    font-weight: 600;
}
@font-face {
    font-family: 'Noto Sans Arabic';
    src: url('./NotoSansArabic-Bold.ttf') format('truetype');
    font-weight: bold;
}

/* 繁体中文版本 */
@font-face {
    font-family: 'Noto Sans TC';
    src: url('./NotoSansTC-Light.ttf') format('truetype');
    font-weight: 300; /* 或者使用font-weight: light; */
}
@font-face {
    font-family: 'Noto Sans TC';
    src: url('./NotoSansTC-Regular.ttf') format('truetype');
    font-weight: normal;
}
@font-face {
    font-family: 'Noto Sans TC';
    src: url('./NotoSansTC-Medium.ttf') format('truetype');
    font-weight: 500; /* 或者使用font-weight: medium; */
}
@font-face {
    font-family: 'Noto Sans TC';
    src: url('./NotoSansTC-SemiBold.ttf') format('truetype');
    font-weight: 600;
}
@font-face {
    font-family: 'Noto Sans TC';
    src: url('./NotoSansTC-Bold.ttf') format('truetype');
    font-weight: bold;
}

/* 简体中文版本 */
@font-face {
    font-family: 'Noto Sans SC';
    src: url('./NotoSansSC-Light.ttf') format('truetype');
    font-weight: 300; /* 或者使用font-weight: light; */
}
@font-face {
    font-family: 'Noto Sans SC';
    src: url('./NotoSansSC-Regular.ttf') format('truetype');
    font-weight: normal;
}
@font-face {
    font-family: 'Noto Sans SC';
    src: url('./NotoSansSC-Medium.ttf') format('truetype');
    font-weight: 500; /* 或者使用font-weight: medium; */
}
@font-face {
    font-family: 'Noto Sans SC';
    src: url('./NotoSansSC-SemiBold.ttf') format('truetype');
    font-weight: 600;
}
@font-face {
    font-family: 'Noto Sans SC';
    src: url('./NotoSansSC-Bold.ttf') format('truetype');
    font-weight: bold;
}