/* MindfulUX webfonts.
   Plus Jakarta Sans is the single brand typeface (Figma: 157 of 161 text runs).
   The Brand-logos page sets the wordmark in Circular Std Black; that face is not
   licensed for webfont delivery and no binary shipped with the source, so the
   wordmark falls back to Plus Jakarta Sans ExtraBold at -6% tracking — exactly
   what the Studio website frame itself does. See readme.md > Typography. */
@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap');

:root{
  --font-core:'Plus Jakarta Sans',-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,'Helvetica Neue',Arial,sans-serif;
  --font-display:var(--font-core);
  --font-wordmark:var(--font-core);
}
