/* OrderBite brand lockup — by Zatrion */
.brand .brand-copy{
  display:inline-flex;
  min-width:0;
  flex-direction:column;
  align-items:flex-start;
  justify-content:center;
  gap:1px;
  line-height:1;
}
.brand .brand-name{
  display:block;
  font:inherit;
  line-height:.95;
  letter-spacing:inherit;
  white-space:nowrap;
}
.brand .brand-byline{
  display:block;
  margin:0;
  padding:0 0 0 1px;
  color:currentColor;
  font-family:"Manrope","DM Sans",sans-serif;
  font-size:7px;
  font-weight:800;
  line-height:1.05;
  letter-spacing:.12em;
  opacity:.58;
  white-space:nowrap;
}
.public-nav .brand .brand-byline,
.ob-footer .brand .brand-byline{font-size:6.5px}
.auth-brand .brand-byline{font-size:7px}
.dash-brand .brand-byline{font-size:6.5px;opacity:.52}
@media(max-width:620px){
  .public-nav .brand .brand-byline{font-size:6px}
}
