/*
Theme Name: insen child
Tags:  custom-menu, editor-style, featured-images
Template: insen
Version: 1.0.0
*/


@import '../insen/style.css';
:root{
  --brand-color: #652f1a;
}


/*---------------------------------
      write your css from here
------------------------------------*/

.mobile_menu_logo a img {
    width: 37px;
}
.ts_logo a img {
    max-width: 70px;
}

.mean-container .mean-bar::before{
    top:4px;
}/* 全局字体设置 */
body,
button,
input,
select,
optgroup,
textarea {
    font-family: "Noto Serif SC", "Source Han Serif CN", "PingFang SC", "Microsoft YaHei", serif;
}

/* 标题使用思源黑体 */
h1, h2, h3, h4, h5, h6 {
    font-family: "Noto Sans SC", "Source Han Sans CN", "PingFang SC", "Microsoft YaHei", sans-serif;
}