@font-face {
    font-family: "myfont";
    src: url("../fonts/faken.ttf");
    font-display: swap;
}
@font-face {
    font-family: "digitalfont";
    src: url("../fonts/Digital-Play-Italic-St-1.ttf");
    font-display: swap;
}

:root {
    /*
    --leleo-background-image-url
    --leleo-welcomtitle-color ;
    --leleo-vcard-color
    --leleo-brightness
    --leleo-blur 
    --leleo-blur
    */
}

/* 设置滚动条样式 */
::-webkit-scrollbar {
    width: 0px;
}

::-webkit-scrollbar-thumb {
    background-color: var(--main_text_color, #000000);
    border-radius: 8px;
    height: 20%;
}

::-webkit-scrollbar-track {
    background-color: var(--main_bg_color, linear-gradient(50deg, #a2d0ff, #ffffff));
}

body {
	background-color: #282c34;
}

.site-beian-footer {
    display: flex;
    flex-wrap: wrap;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    gap: 6px 14px;
    width: min(100% - 24px, 920px);
    margin: 20px auto max(24px, env(safe-area-inset-bottom));
    padding: 7px 12px;
    border-radius: 8px;
    color: rgba(255, 255, 255, 0.82);
    font-family: Arial, "Microsoft YaHei", sans-serif;
    font-size: 12px;
    line-height: 1.5;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.45);
}

.site-beian-footer a {
    color: inherit;
    text-decoration: none;
    transition: color 0.2s ease, opacity 0.2s ease;
}

.site-beian-footer a:hover,
.site-beian-footer a:focus-visible {
    color: #ffffff;
    text-decoration: underline;
}

@media (max-width: 600px) {
    .site-beian-footer {
        gap: 3px 10px;
        width: min(100% - 18px, 420px);
        padding: 6px 10px;
        font-size: 11px;
        margin-bottom: max(24px, env(safe-area-inset-bottom));
    }
}

.v-selection-control-group{
    justify-content: center;
}
.v-snackbar__content{
    text-align: center!important;
}
.v-card-item{
    padding: 0.2rem 1rem!important;
}
