/* WatchLocal font layer. Final pick (David 2026-08-15): Lora for headings AND body.
   Private family names (FALHead / FALBody) are immune to locally installed or
   extension-injected fonts. Inter face kept only as a fallback. */
@font-face { font-family:'FALHead'; font-style:normal; font-weight:100 900; font-display:swap; src:url(/assets/fonts/Lora.woff2) format('woff2'); }
@font-face { font-family:'FALBody'; font-style:normal; font-weight:100 900; font-display:swap; src:url(/assets/fonts/Lora.woff2) format('woff2'); }
@font-face { font-family:'Inter'; font-style:normal; font-weight:100 900; font-display:swap; src:url(/assets/fonts/Inter.woff2) format('woff2'); }
