/* Coverage typefaces — loaded from Google Fonts.
   Nunito  → headings, UI labels, buttons (the brand's expressive rounded sans)
   Noto Sans → body copy, inputs, long-form reading
   IBM Plex Mono → code, IDs, monospace data (SF Mono in the source; Plex Mono is the closest webfont)
   NOTE: the .fig used SF Mono; substituted with IBM Plex Mono. Flag to the brand team if exact SF Mono is required. */

@import url("https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,400;0,500;0,600;0,700;0,800;1,400;1,700&family=Noto+Sans:ital,wght@0,400;0,500;0,600;0,700;1,400&family=IBM+Plex+Mono:wght@400;500;600&display=swap");
