@font-face {
    font-family: 'Cus-Light';
    src: url('../fonts/PingFang/PingFang-Light.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Cus-Regular';
    src: url('../fonts/PingFang/PingFang-Regular.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Cus-Medium';
    src: url('../fonts/PingFang/PingFang-Medium.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Cus-Bold';
    src: url('../fonts/PingFang/PingFang-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}
