/* learningBOX ロゴ用のスタイルや、その他微調整 */
.md-header__button.md-logo img,
.md-header__button.md-logo svg {
  height: 1.5rem; /* ヘッダーの高さに合わせる */
}

/* 左サイドバーのサイト名を非表示 */
.md-sidebar--primary .md-sidebar__scrollwrap .md-nav--primary > .md-nav__title {
  display: none;
}

/* フォントファミリーの設定 */
:root {
  --md-text-font:
    'Noto Sans JP', '游ゴシック', YuGothic, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo,
    sans-serif;
}

body {
  font-family:
    'Noto Sans JP', '游ゴシック', YuGothic, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo,
    sans-serif;
}
