/* Local fallback for Source Sans 3.
   The UI already declares "Source Sans 3"; when the actual font is not available,
   browsers fall back to the platform UI stack without blocking page rendering. */
:root {
  --aa-ui-font: "Source Sans 3", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
}
