@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Kosugi Maru", "Zen Maru Gothic", "Klee One", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}

h3 {
  font-weight: bold;
}

body {
  font-family: sans-serif;
  background: #fafafa;
  min-height: 100vh;
  margin: 0;
}

.post-2 .date-tags {
  display: none;
}