/* Butler Symonds LTD – theme overrides and utilities */

html {
  scroll-behavior: smooth;
}

/* Ensure anchor targets account for fixed header if needed */
[id] {
  scroll-margin-top: 1rem;
}

/* Button and link focus states for accessibility */
a:focus-visible,
button:focus-visible {
  outline: 2px solid var(--bs-beige, #f5ece3);
  outline-offset: 2px;
}
