/**
 * Site-wide typography — matches the homepage (Inter).
 * Load this file on every HTML page (after preconnect if used).
 * Depends on Inter being loaded (see @import below).
 */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap');

:root {
  /* Bold display lines (e.g. “BUILDING INTELLIGENT EXCELLENCE”, large section titles) */
  --font-heading: 'Inter', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  /* Paragraphs, descriptions, UI copy */
  --font-body: 'Inter', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  /* Small caps / labels / meta — homepage uses Inter for these too */
  --font-mono: 'Inter', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}
