/* Modern, clean variable font (fallbacks if blocked)
   Using rsms Inter CDN (very common). If you want self-hosted later, we can add it.
*/
@import url('https://rsms.me/inter/inter.css');

:root {
	--font-sans: InterVariable, Inter, ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Arial,
		sans-serif;
}
