/* Font substitution: the brand's proprietary faces (Salesforce Avant Garde / Salesforce Sans)
   are not redistributable. Inter is used as the open analogue for BOTH tiers. */
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap");

:root{
  --font-display:"Inter","Salesforce Avant Garde",system-ui,-apple-system,BlinkMacSystemFont,sans-serif;
  --font-ui:"Inter","Salesforce Sans",system-ui,-apple-system,BlinkMacSystemFont,sans-serif;
  --font-mono:ui-monospace,SFMono-Regular,Menlo,monospace;
}
