/* Comfly text logo in the header — matches ccm-web app.component */
@import url("https://fonts.googleapis.com/css2?family=Nunito:wght@700&display=swap");

.md-header__button.md-logo {
  margin: 0 .4rem 0 .2rem;
  padding: 0;
  display: inline-flex;
  align-items: center;
  width: auto;
}

.md-header__button.md-logo .comfly-logo {
  font-family: 'Nunito', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 1.43rem;
  line-height: 1;
  letter-spacing: 0.5px;
  color: #ffffff;
  white-space: nowrap;
}

.md-header__button.md-logo .comfly-logo__dot {
  color: #6C63FF;
}
