/* ===========================================================================
   Germfree webfonts — Soleil (official corporate typeface)
   Per brand guidelines: headings = Soleil Semi Bold (blue), subheads =
   Soleil Regular (teal), body = Soleil Light (black). Fallback = Arial.
   NOTE: only a single Soleil weight file was supplied, so heavier weights are
   browser-synthesized. Add Soleil Light & Soleil Semi Bold files for fidelity.
   =========================================================================== */
@font-face {
  font-family: 'Soleil';
  src: url('../assets/fonts/Soleil.otf') format('opentype');
  font-weight: 300 700;
  font-style: normal;
  font-display: swap;
}

/* Only a single Soleil weight is supplied, so requesting 600/700 makes the
   print/PDF rasterizer synthesize (faux) bold — visible as thickened vertical
   stems on "I" and "l". Disable synthesis so print matches screen everywhere.
   Add real Soleil Light / Semi Bold files to restore genuine weight variation. */
html { font-synthesis: none; }
