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

/* Centralized font aliases used across Nexus snippets/layout */
:root {
  --nexus-font-display: 'Space Grotesk', sans-serif;
  --nexus-font-body: 'Inter', sans-serif;
  --nexus-font-ui: 'Inter', sans-serif;
  --nexus-font-rtl: 'Tajawal', 'Inter', 'Segoe UI', Tahoma, sans-serif;
}