/* Shared LUMA wordmark. */
.brand{
  display:inline-flex;
  align-items:center;
  line-height:1;
}
.brand-word{
  color:currentColor;
  font-family:Arial,Helvetica,sans-serif;
  font-size:24px;
  font-weight:800;
  letter-spacing:.08em;
}
@media(max-width:760px){
  .brand-word{font-size:21px;letter-spacing:.08em}
}
