/* MOØN — drobne nadpisania ponad theme.json */

/* płynne przewijanie do kotwic */
html { scroll-behavior: smooth; }

/* przycisk złoty — wariant "ghost"/secondary użyjemy klasą is-style-* później */
.wp-block-button.is-style-outline .wp-block-button__link{
  background: transparent;
  color: var(--wp--preset--color--gold-dark);
  border: 1px solid var(--wp--preset--color--border);
}

/* focus dostępności (spójny brass) */
:where(a, button, input, .wp-block-button__link):focus-visible{
  outline: 2px solid var(--wp--preset--color--gold);
  outline-offset: 2px;
}

/* cele dotykowe min 44px na mobile */
@media (max-width: 768px){
  .wp-block-navigation-item__content,
  .wp-block-button__link{ min-height: 44px; display:inline-flex; align-items:center; }
}
