/* The circular EN/FR toggle switch is styled in the theme's functions.php
   (it needs to match the site's exact header design/colors, ported
   directly from the site's own CSS). This file only adds a focus-visible
   outline for keyboard accessibility, independent of the visual design. */

.lang-toggle:focus-visible {
  outline: 2px solid var(--slate, #899bb7);
  outline-offset: 3px;
  border-radius: 999px;
}
