/* Webfonts. No binaries were supplied with the brand sources; both families are the
   ones named on the source boards and are served from Google Fonts.
   Urbanist  = display / headline  (board: "Free Font Used — Urbanist & Inter")
   Inter     = body, UI, data
   Manrope   = alternate display named on the Brand Identity System board */
@import url("https://fonts.googleapis.com/css2?family=Urbanist:wght@400;500;600;700;800&family=Inter:wght@400;500;600;700&family=Manrope:wght@400;500;600;700;800&family=IBM+Plex+Mono:wght@400;500&display=swap");

:root{
  --ip-font-display:"Urbanist","Manrope","Helvetica Neue",Arial,sans-serif;
  --ip-font-body:"Inter","Helvetica Neue",Arial,sans-serif;
  --ip-font-ui:"Inter","Helvetica Neue",Arial,sans-serif;
  --ip-font-mono:"IBM Plex Mono",ui-monospace,SFMono-Regular,Menlo,monospace;
}
