/* Self-hosted Kandu brand fonts (variable woff2 — one file covers all weights).
   No runtime request to Google, so PHI pages don't leak to a third party.
   Assistant = body (per Kandu brand guidelines); Lexend Deca = headings (kandu.com). */
@font-face {
  font-family: 'Assistant'; font-style: normal; font-weight: 200 800;
  font-display: swap; src: url('/assets/fonts/assistant.woff2') format('woff2');
}
@font-face {
  font-family: 'Lexend Deca'; font-style: normal; font-weight: 100 900;
  font-display: swap; src: url('/assets/fonts/lexenddeca.woff2') format('woff2');
}
