/* Segoe UI */
@font-face {
  font-family: SegoeUI;
  src:
      local("Segoe UI"),
      url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.woff2) format("woff2"),
      url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.woff) format("woff"),
      url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.ttf) format("truetype");
  font-weight: 400;
}

.home-title {
  font-family: 'Noto Serif JP' !important;
}
header, footer {
  font-family: 'Inter' !important;
}
pre, code {
  font-family:
    'Consolas',
    'Ricty Diminished',
    'Inconsolata',
    Meiryo,
    "メイリオ",
    'Noto Sans JP',
    'Kosugi' !important;
}
html, .home-description, .search-results, .copyright {
  font-family:
    'Noto Serif JP',
    SegoeUI,
    Meiryo,
    "メイリオ",
    'Noto Sans JP',
    'Kosugi',
    'Apple Color Emoji',
    'Segoe UI Emoji',
    'Segoe UI Symbol' !important;
}
h1, h2, h3, h4, h5, h6 {
  font-family: "Noto Serif JP", Meiryo, "メイリオ";
  font-weight: bold;
  line-height: 1.5;
  margin: 30px 0 15px;
}
.post-body{
  font-family: "Noto Serif JP", Meiryo, "メイリオ";
  line-height: 1.5;
  margin: 30px 0 15px;
  font-weight: 400;
}
.post-title{
  font-family: "Noto Serif JP", Meiryo, "メイリオ";
  font-weight: bold;
  font-weight: 900 !important;
}
