.c-branding {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
}

.c-branding__logo {
  height: 5rem;
  display: inline-block;
}

.c-branding__name {
  line-height: 1;
  font-weight: bold;
}

.c-branding__name a {
  text-decoration: none;
  color: var(--color-text);
  font-family: var(--font-brand);
}

/*# sourceMappingURL=branding.css.map */
