/* Webfonts — served from Google Fonts.
   SUBSTITUTION NOTE: no font binaries were supplied with the brand assets.
   Playfair Display stands in for the bold transitional serif used on the
   LinkedIn cover headline; Nunito Sans stands in for the rounded humanist
   sans of the logotype and social templates. Replace with licensed files
   (and local @font-face rules) if the office owns the originals. */
@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..700&family=Nunito+Sans:ital,opsz,wght@0,6..12,300..900;1,6..12,400..700&family=IBM+Plex+Mono:wght@400;500;600&display=swap");

:root{
  --font-display:"Playfair Display",Georgia,"Times New Roman",serif;
  --font-core:"Nunito Sans","Segoe UI",system-ui,-apple-system,sans-serif;
  --font-mono:"IBM Plex Mono","SFMono-Regular",Consolas,monospace;
}
