/**
 * Cross-cutting fallbacks only. The visual design system belongs in Bricks.
 */

:where(.bfs-site) {
  overflow-wrap: break-word;
}

:where(.bfs-site) :is(h1, h2, h3, h4, h5, h6, [id]) {
  scroll-margin-block-start: var(--bfs-anchor-offset, 7rem);
}

:where(.bfs-site) :is(img, svg, video) {
  block-size: auto;
  max-inline-size: 100%;
}

:where(.bfs-site) :is(input, select, textarea, button) {
  font: inherit;
}

:where(.bfs-site) a:not([class]) {
  text-decoration-thickness: 0.08em;
  text-underline-offset: 0.16em;
}

html[data-bfs-scrolled="true"] .bfs-site-header {
  box-shadow: var(--bfs-shadow-header, 0 1px 0 rgb(19 33 31 / 0.14));
}

