/* IMPAR — webfonts.
   The .fig source references these families by name only (Figma never embeds
   font binaries); none were provided as files. All six are freely available on
   Google Fonts under their exact names, so we load them from the Google Fonts
   CDN rather than approximating with system fonts. If exact local font files
   become available, replace this @import with local @font-face rules pointing
   at those files — everything else in the system keys off the same
   --font-family-* custom properties, so no component changes would be needed. */

@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,300;0,400;0,500;0,600;0,700;1,400&family=Baskervville:ital@0;1&family=Libre+Caslon+Display&family=Manrope:wght@400;500&family=Roboto:wght@700&family=Inter:wght@400&family=Open+Sans:wght@600&display=swap');
