* {
    margin: 0;
    padding: 0;
    outline: none !important
}

:root {
    --vite-bg-color: transparent !important;
}

@font-face {
    font-family: DS-Digital;
    src: url(/font/UnidreamLED.TTF)
}

@font-face {
    font-family: DriodSansFallback;
    src: url(/font/DriodSansFallback.ttf)
}

@font-face {
    font-family: PingFang;
    src: url(/font/PINGFANG.TTF)
}

@font-face {
    font-family: PingFangH;
    src: url(/font/PINGFANG_H.TTF)
}

@font-face {
    font-family: HeaderFont;
    src: url(/font/YouSheBiaoTiHei-2.ttf)
}

html,
body,
#app {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    font-family: PingFang, sans-serif;
    font-weight: 400;
    -webket-font-smoothing: antialiased;
    -webkit-tap-highlight-color: transparent;
    background-color: var(--vite-bg-color);
    font-size: 14px;
    overflow: hidden;
    position: relative
}

@media (prefers-color-scheme: light) {
    :root {
        color: #213547;
        background-color: transparent;
    }

    a:hover {
        color: #747bff
    }

    button {
        background-color: #f9f9f9
    }
}

.control-tooltip {
    --el-bg-color-overlay: rgba(0, 18, 30, .8);
    --el-border-color-light: #164567;
    color: transparent
}