.header-title {
    font-family: "Kosugi", sans-serif;
    font-weight: 400;
    font-style: normal;
  }
  
  .header-menu {
    font-family: "Kosugi", sans-serif;
    font-weight: 200;
    font-style: normal;
  }
  
  .navbar-light .navbar-toggler {
    border-color: rgba(0,0,0,0);
  }
  .navbar-toggler:focus {
    outline: none;
    border: none;
    box-shadow: none;
  }
  
  .navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(156, 175, 191, 1)' stroke-width='2' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
  }
  
  .navbar-brand {
    height: 50px;
  }