/* Meidar — Webfonts
   NOTE: The live site (meidar.co.il) is a WordPress/Elementor build serving a
   Google-hosted Hebrew sans. The original webfont binary was not provided, so
   this system uses **Heebo** as the primary family (a clean, geometric Hebrew+Latin
   sans on Google Fonts that closely matches the site's UI type) and **Assistant**
   as an alternate. Flag to confirm/replace with the brand's exact font if needed. */

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

:root {
  --font-sans: 'Heebo', 'Assistant', system-ui, -apple-system, 'Segoe UI', Arial, sans-serif;
  --font-display: 'Heebo', 'Assistant', system-ui, sans-serif;
  --font-alt: 'Assistant', 'Heebo', system-ui, sans-serif;
}
