/* Local entry for Google Fonts — Service Worker caches these after first online load. */
@import url('https://fonts.googleapis.com/css2?family=Heebo:wght@300;400;500;600;700;800;900&family=Manrope:wght@400;500;600;700&family=Frank+Ruhl+Libre:wght@400;500;700&family=Noto+Sans+Hebrew:wght@400;500;600;700&display=swap');

/* Offline-safe stack if remote faces are unavailable */
:root {
  --app-font-sans: Heebo, 'Noto Sans Hebrew', Manrope, 'Frank Ruhl Libre', 'Segoe UI', Tahoma, Arial, sans-serif;
}

html,
body {
  font-family: var(--app-font-sans);
}
