/* =============================================================================
 * Invested platform fonts — opt-in Google Fonts import
 * -----------------------------------------------------------------------------
 * Apps that already load Inter from index.html can skip this file. Apps that
 * load no font today can simply add:
 *
 *   @import '@invested/design-tokens/fonts.css';
 *
 * to their main stylesheet (before tailwind layers) to pick up:
 *   - Inter         — 400 / 500 / 600 / 700  (UI / body)
 *   - Inter Tight   — 500 / 600 / 700        (display / headlines)
 *
 * Inter Tight is the same family as Inter with tighter spacing — ideal for
 * page heroes and large display headlines without introducing a foreign
 * typeface.
 *
 * `display=swap` ensures system fallback text renders immediately while the
 * webfonts download, preventing FOIT on slow clinic networks.
 * ===========================================================================*/

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Inter+Tight:wght@500;600;700&display=swap');
