@font-face {
    font-family: 'OPPO Sans 4.0';
    src: url("../assets/fonts/oppo_sans/OPPO Sans 4.0.ttf") format("truetype");
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: 'Douyin Sans';
    src: url("../assets/fonts/douyin_sans/DouyinSansBold.otf") format("opentype");
    font-weight: 700;
    font-display: swap;
}

@font-face {
    font-family: 'D-DIN-PRO';
    src: url('../assets/fonts/douyin_pro/D-DIN-PRO-400-Regular.otf') format("opentype");
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: 'D-DIN-PRO';
    src: url('../assets/fonts/douyin_pro/D-DIN-PRO-500-Medium.otf') format("opentype");
    font-weight: 500;
    font-display: swap;
}

@font-face {
    font-family: 'D-DIN-PRO';
    src: url('../assets/fonts/douyin_pro/D-DIN-PRO-600-SemiBold.otf') format("opentype");
    font-weight: 600;
    font-display: swap;
}

@font-face {
    font-family: 'D-DIN-PRO';
    src: url('../assets/fonts/douyin_pro/D-DIN-PRO-700-Bold.otf') format("opentype");
    font-weight: 700;
    font-display: swap;
}

@font-face {
    font-family: 'D-DIN-PRO';
    src: url('../assets/fonts/douyin_pro/D-DIN-PRO-800-Heavy.otf') format("opentype");
    font-weight: 800;
    font-display: swap;
}

@font-face {
    font-family: 'D-DIN-PRO';
    src: url('../assets/fonts/douyin_pro/D-DIN-PRO-900-Black.otf') format("opentype");
    font-weight: 900;
    font-display: swap;
}