:root {
--wp--style--global--content-size: 800px;
} body, button, input, select, textarea {
font-family: 'Noto Sans SC', sans-serif !important;
} h1, h2, h3, h4, h5, h6 {
font-family: 'Noto Sans SC', sans-serif !important;
font-weight: 700;
} nav, .wp-block-navigation__container, .wp-block-navigation__submenu-container {
font-family: 'Noto Sans SC', sans-serif !important;
} .site-title, .site-description, .wp-block-button, .wp-block-quote {
font-family: 'Noto Sans SC', sans-serif !important;
} body {
font-weight:400;
} body, p {
font-size: 18px;
line-height: 1.8;
} h1 {
font-size: 32px;
line-height: 1.3;
}
h2 {
font-size:30px;
line-height: 1.4;
color:#e81e34;
}
p + h2,
ul + h2,
div + h2 {
margin:60px 0 40px !important;
padding-top:20px;
border-top:3px solid #b2b2b2;
}
h3 {
font-size: 24px;
line-height: 1.5;
}
h4, h5, h6 {
font-size: 20px;
line-height: 1.6;
} nav, .wp-block-button {
line-height: 1.4;
} @media (prefers-color-scheme:dark) {
body {
background-color:#292929;
color:#fff;
}
header .wp-block-group.has-background {
background-color:#790d1a !important;
}
h2 {
color:#fafa69;
}
img.wp-image-2236 {
opacity:0.6;
}
}