diff --git a/app/globals.css b/app/globals.css index a1b67bb9..2145c5b7 100644 --- a/app/globals.css +++ b/app/globals.css @@ -205,7 +205,8 @@ /* Scope custom fonts to document content only (not sidebar/UI chrome) */ .pageScrollWrapper, .footnote-side-column, - .footnote-popover { + .footnote-popover, + #interaction-drawer { font-family: var(--theme-font, var(--font-quattro)); font-size: var(--theme-font-base-size, 16px); }