/**
 * FoodIQ Font System
 * Inter Font Family - Google Fonts
 *
 * Includes:
 * - Inter (regular, semibold, bold)
 * - Inter Tight (for small text)
 *
 * Font weights included: 400, 600, 700
 */

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

/**
 * FONT LOADING STRATEGY:
 * - display=swap: Shows fallback font immediately, then swaps to Inter when loaded
 * - This prevents invisible text during font loading (FOIT)
 * - Better user experience and performance
 */

/* Fallback font stack is defined in design-system.css */
