@import url('https://fonts.googleapis.com/css2?family=BIZ+UDPGothic&display=swap');

.biz-udpgothic-regular {
  font-family: "BIZ UDPGothic", sans-serif;
  font-weight: 400;
  font-style: normal;
}

body {
  font-family: "BIZ UDPGothic", sans-serif;
  padding-top: 56px;
}

.nav-item:hover {
  background-color: #ddeaff;
}


.offcanvas {
  width: 310px !important;
}

@media(min-width: 992px) {
  body {
    padding-left: 310px;
  }
  .offcanvas {
    transform: none !important;
    visibility: visible !important;
    margin-top: 56px;
  }
}