/* Self-hosted pairing: Fraunces (variable) for headings — a soft, warm serif
   built for exactly this "established local service, not corporate SaaS"
   register, which is what a pest control business selling trust to families
   and housing societies needs. Clash Display (the previous heading font) is
   a bold geometric sans in the same family as every startup/SaaS template —
   fine for a tech product, wrong register for this business. Satoshi stays
   for body/UI text, unchanged. Deliberately NOT Inter/Poppins/Roboto/
   Montserrat either, the "default template" tells called out in
   DESIGN-TOKENS.md §2.

   Single variable file (not per-weight statics like Satoshi below): Fraunces
   ships as one woff2 covering its full weight axis, so one download serves
   every heading weight the site uses instead of three separate files. */
@font-face{
  font-family:'Fraunces';
  src:url('/assets/fonts/Fraunces-Variable.woff2') format('woff2');
  font-weight:100 900; font-style:normal; font-display:swap;
}

@font-face{
  font-family:'Satoshi';
  src:url('/assets/fonts/Satoshi-400.woff2') format('woff2');
  font-weight:400; font-style:normal; font-display:swap;
}
@font-face{
  font-family:'Satoshi';
  src:url('/assets/fonts/Satoshi-500.woff2') format('woff2');
  font-weight:500; font-style:normal; font-display:swap;
}
@font-face{
  font-family:'Satoshi';
  src:url('/assets/fonts/Satoshi-700.woff2') format('woff2');
  font-weight:700; font-style:normal; font-display:swap;
}
