/* 字体引入—————————————————————————————————————————————————————————————————————— */

@font-face {  /* 英文手写 */
    font-family: ARK;
    src: url(https://file.y1xuanyun.cn/font/MarckScriptRegular.woff.ttf);
    font-display: swap;
}
@font-face {  /* 英文卡通镂空 */
    font-family: AAR;
    src: url(https://file.y1xuanyun.cn/font/AAR.ttf);
    font-display: swap;
}
@font-face {  /* 英文锋利 */
    font-family: ALD;
    src: url(https://file.y1xuanyun.cn/font/Aldrich-Regular.ttf);
    font-display: swap;
}
@font-face {  /* 中英文像素 */
    font-family: ZXS;
    src: url(https://file.y1xuanyun.cn/font/中文像素字体IPix.ttf);
    font-display: swap;
}
@font-face {  /* 思源柔黑  英文幼圆 */
    font-family: SRH;
    src: url(https://file.y1xuanyun.cn/font/思源柔黑体.ttf);
    font-display: swap;
}
@font-face {  /* 智勇手书体 */
    font-family: ZYS;
    src: url(https://file.y1xuanyun.cn/font/智勇手书体.ttf);
    font-display: swap;
}
@font-face {  /* 杨任东竹石体  英文斜直 */
    font-family: YZS;
    src: url(https://file.y1xuanyun.cn/font/杨任东竹石体-Regular.ttf);
    font-display: swap;
}
@font-face {  /* JetBrains IDEA 字体*/
    font-family: JBIDEA;
    src: url(https://file.y1xuanyun.cn/font/JetBrainsMonoNerdFontMono-Medium.ttf);
    font-display: swap;
}

/* ——————————————————————————————自定义样式表——————————————————————————————————————— */

/* 音乐盒置于最顶层，该样式表源其他主机，优先级：2000 */
.aplayer.aplayer-fixed {
    z-index: 2000 !important;
}

/* 标题样式覆盖 源 \.deploy_git\css\index.css ———————————————*/

#page-header #site-title {/* 大标题 */
    font-size: 2.5em !important;
    font-family:"ZXS";
}

#page-header #site-subtitle { /* 滚动副标语 */
    font-size: 1.5em;
    font-family:"ZXS";
}

#site-name { /* 顶部标题————左 */
    font-family:"AAR";
}

#page-name { /* 顶部标题————中 */
    font-family:"ARK";
}

 .menu_word{ /* 导航栏字体  */
    font-family:"ZXS";
}
/* ———————————————————————————————————————————————————————————————————————————*/

[data-theme="light"] #aside-content > .card-widget.card-info { /* 个人材料背景 */
    background-image: initial;   /* 默认值 无背景 */
     /* url(https://file.y1xuanyun.cn/img/bg5.jpg); */
}