@font-face {
    font-family: 'myfont';
    font-display: swap;
    src: url('../font/font-zhCN.ttc') format("truetype");
}

@font-face {
    font-family: 'font-en';
    font-display: swap;
    src: url('../font/font-en.ttf') format("truetype");
}
/*侧边卡片的透明度 */
:root {
    --card-bg: rgba(255, 255, 255, 0.7);
}

[data-theme="dark"] {
    --card-bg: rgba(255, 255, 255, 0.2);
}
