/* Pagefind UI — align the default component with our dark theme.
 *
 * Pagefind exposes a stable set of CSS custom properties on
 * `.pagefind-ui`. We map them to our existing palette variables
 * defined in style.css (--accent, --bg, --bg-card, --fg, --border).
 */
.pagefind-ui {
  --pagefind-ui-primary: var(--accent);
  --pagefind-ui-text: var(--fg);
  --pagefind-ui-background: var(--bg);
  --pagefind-ui-border: var(--border);
  --pagefind-ui-tag: var(--bg-card);
  --pagefind-ui-border-width: 1px;
  --pagefind-ui-border-radius: 4px;
  --pagefind-ui-font: inherit;
}
