/* fonts.css
   Typography imports for Wellness Assistant.
   - Display / headlines: General Sans (Fontshare)
   - Body / UI / buttons: Inter Tight (Google Fonts)
   - iOS mockup interiors: system -apple-system stack (no import)
*/

/* General Sans — weights 400, 500, 600, 700 */
@import url('https://api.fontshare.com/v2/css?f[]=general-sans@400,500,600,700&display=swap');

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