/* Webfonts.
   Logo font of record: SIGNAL EXTRA BOLD (wide monoline geometric caps).
   Signal is not a webfont we hold a licensed file for, so Jost (Google) stands in
   as --font-display; it matches the geometry and tracking closely. If a licensed
   Signal webfont file arrives, add its @font-face here and put "Signal" first in
   the --font-display stack. Never re-typeset the wordmark itself — place the logo file. */
@import url("https://fonts.googleapis.com/css2?family=Jost:wght@300;400;500;600&family=Source+Sans+3:ital,wght@0,300;0,400;0,500;0,600;1,400&display=swap");
:root{--font-display:"Signal","Jost","Century Gothic",system-ui,sans-serif;--font-body:"Source Sans 3",system-ui,-apple-system,sans-serif;--font-mono:ui-monospace,"SFMono-Regular",Menlo,monospace}
