@font-face {
font-family: "industry";
src: url("/fonts/industry.woff2") format("woff2")
}

.DesktopContainer .DesktopMenu.menu {
  font-family: 'industry', sans-serif;
}

.DesktopContainer .DesktopMenu.menu .menuLogo {
  height: 40px;
  margin-left: 5px;
  margin-top: 5px;
  margin-bottom: 5px;
}

.DesktopContainer .DesktopMenu.menu .active.item{
    border-bottom-color: #2249da;
    border-width: 0 0 3px 0;
    border-style: solid;
    padding-bottom: 9px;
}

.DesktopContainer .DesktopMenu.menu .item{
    font-weight: bold;
}