/**
 * Stash Tailwind theme overrides. Requires @leaflink/stash-theme/tokens and @leaflink/stash-theme/tailwind-theme to be loaded first.
 * Provides :root vars and @theme overrides used by Stash Vue components.
 */

:root {
  /* Vue `.tooltip` / tooltip directive positioning (not part of @leaflink/stash-theme tokens) */
  --tooltip-position: calc(100% + 0.75rem);
  --arrow-position-centered: calc(50% - 0.375rem);
}

@theme {
  /* Backwards-compat alias used by some Vue components */
  --font-sofia: var(--font-sans); /* @deprecated; Stash now standardizes on Sofia via font-sans */
}
