/* 
 This CSS file is used to override the existing styles of the theme.
 You can change the article headings, fonts, colors, etc.
*/
body, h1, h2, h3, h4, h5, h6, .navbar-custom { 
  font-family: Arial,Helvetica,"Sawarabi Gothic",Meiryo,"メイリオ","Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN",YuGothic,"游ゴシック",sans-serif;
}

h1.title.text-5xl.mb-4 {
  margin-bottom: 4rem;
}

.sidebar-container {
  color: #404040;
  font-size: 14px;
}