/* Fonts via Google for now — fast to get going.
   Later optimisation: self-host (drop .woff2 in assets/fonts/ and swap this for @font-face). */
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@400;500;600;700;800&family=Inter:ital,wght@0,400;0,500;0,600;1,400&display=swap');

/* Drive Kadence's own font variables so Outfit/Inter apply everywhere (nav, headings, body). */
:root {
	--global-heading-font-family: 'Outfit', sans-serif;
	--global-body-font-family: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
	--global-primary-nav-font-family: 'Outfit', sans-serif;
}
