/* Lunchpiration — Webfont
   The source design uses Inter (standard for this Tailwind-based visual language).
   Loaded from Google Fonts; swap for a licensed/self-hosted copy if needed. */

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

:root {
  --font-sans: 'Inter', -apple-system, 'Segoe UI', sans-serif;
}
