/* START INC. — Typeface loading
   Extracted from the live site (startcompanydigital.com, Elementor kit):
   Primary: Poppins (headings 800-900, UI, buttons)
   Secondary: Rubik (body copy, 15px/1.7)
   Both are exact-match Google Fonts. */

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

:root {
  --font-display: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --font-body: 'Rubik', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}
