/**
 * @file
 * Global styles.
 */

/* Add custom styles here */

.kll-branding__link {
  --kll-logo-max-height: 44px;

  align-items: center;
  color: inherit;
  display: inline-flex;
  gap: 0.5rem;
  text-decoration: none;
}

.kll-branding__image {
  max-height: var(--kll-logo-max-height);
}

.kll-branding__name {
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}
