:where(a[href], button, input, select, textarea, [tabindex]):focus-visible {
  outline: 2px solid #6df7e4;
  outline-offset: 4px;
}

:where(.site-header a, .primary-nav a, .footer-links a, .site-breath button,
  .language-switch button, .menu-toggle, .primary-action, .secondary-action,
  .ecosystem-nav-link, .instagram-nav-link) {
  min-width: 44px;
  min-height: 44px;
}

:where(button, a[href]) {
  touch-action: manipulation;
}
