/* 全体を BIZ UDPGothic に */
:root{
    --app-font: "BIZ UDPGothic", "BIZ UDPゴシック",
                Meiryo, "メイリオ", "Yu Gothic UI", "Yu Gothic",
                "Hiragino Sans", "Hiragino Kaku Gothic ProN",
                "MS PGothic", system-ui, -apple-system,
                "Segoe UI", Roboto, Arial, sans-serif;
  }
  
  /* AdminLTEの body 指定を後勝ちで潰す */
  html, body,
  .content-wrapper, .main-sidebar, .brand-link,
  .table, .btn, .form-control, .nav, .card, .modal {
    font-family: var(--app-font) !important;
  }
  
  b, strong {
    font-weight: 700;
  }
