/* ==========================================================================
   UPVCLeads.com — Fonts, v2
   Switched from self-hosted Fraunces + IBM Plex Sans to Inter, loaded
   from Google Fonts. Using @import here (one file, already linked on
   every page) rather than adding a <link> to 30+ individual HTML/PHP
   templates — slightly slower first paint on font load than a proper
   <link rel="preconnect"> would give, but zero risk of missing a page
   during rollout. If load speed on this specifically matters, the fix
   is moving this @import to a <link> in each page's <head> later —
   flagged as a real, known tradeoff, not an oversight.
   ========================================================================== */

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap');
