/* Atlas theme overrides for the Pagefind search UI (used on /search/).
   Lives in a real stylesheet (loaded from base.njk <head>) rather than an
   inline <style> in the page body, which keeps the generated markup valid. */
:root {
  --pagefind-ui-scale: 0.9;
  --pagefind-ui-primary: #d4b876;
  --pagefind-ui-text: #d8d2bf;
  --pagefind-ui-background: #0f1813;
  --pagefind-ui-border: rgba(200, 180, 130, 0.18);
  --pagefind-ui-tag: rgba(212, 184, 118, 0.12);
  --pagefind-ui-border-width: 1px;
  --pagefind-ui-border-radius: 4px;
  --pagefind-ui-font: 'IBM Plex Sans', system-ui, sans-serif;
}
