/* Canonical KEZDD lockup. Keep identical in ui, site and mentorakademia. */
.kezdd-brand {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  flex-shrink: 0;
  color: #006321;
  font-family: 'Kezdd Inter', sans-serif;
  font-style: normal;
  text-decoration: none;
  text-shadow: none;
  line-height: 1;
}
.kezdd-brand .kezdd-brand-symbol {
  display: block;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: normal;
  width: 39px;
  height: 34px;
  flex-shrink: 0;
  color: #006321;
}
.kezdd-brand-copy { display: flex; flex-direction: column; gap: 6px; }
.kezdd-brand .kezdd-brand-name {
  display: block;
  color: #006321;
  font-size: 28px;
  font-weight: 750;
  letter-spacing: 0.3px;
  line-height: 1;
}
.kezdd-brand .kezdd-brand-tagline {
  display: block;
  color: #006321;
  font-size: 8px;
  font-weight: 600;
  letter-spacing: 0.6px;
  white-space: nowrap;
  line-height: 1.2;
}
