@font-face {
    font-family: chillaxFont;
    src: url(/fonts/Chillax-Variable.woff2);
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: hytmrFont;
    src: url(/fonts/hytmr.woff2);
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* 雪花特效 */
[data-theme="light"] #snow {
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: -2;
}

/* 雪花黑夜模式不显示 */
[data-theme="dark"] #snow {
    display: none;
}

#page-header {
    background: transparent !important;
}

/* 欢迎面板 */
#welcome-info {
    overflow: hidden;
    border-radius: 14px;
    --kouseki-welcome-color: #c04851;
    --kouseki-ip-color: #c04851;
    --kouseki-gl-size: 18px !important;
}