:root{
--jp-sans: system-ui, -apple-system, "Segoe UI",
"Hiragino Kaku Gothic ProN", "Hiragino Sans",
Meiryo, "Yu Gothic UI", "Yu Gothic", "YuGothic", sans-serif;
}
body{
font-family: var(--jp-sans);
font-weight: 600;
line-height: 1.7;
}
h1,h2,h3{ font-weight: 700; }
.entry-meta-item-updated,
.entry-meta-item-author{
display: none;
}