/* Magic UI typography — Geist / Geist Mono / Inter (Google Fonts; repo loads via next/font/google) */
@import url("https://fonts.googleapis.com/css2?family=Geist:wght@100..900&family=Geist+Mono:wght@100..900&family=Inter:opsz,wght@14..32,100..900&display=swap");
:root{
--font-geist-sans:"Geist",sans-serif;
--font-geist-mono:"Geist Mono",monospace;
--font-sans:var(--font-geist-sans);
--font-mono:var(--font-geist-mono);
--font-inter:"Inter",sans-serif;
}
body{background:var(--background);color:var(--foreground);font-family:var(--font-sans);font-synthesis-weight:none;text-rendering:optimizeLegibility;margin:0}
::selection{background:var(--selection);color:var(--selection-foreground)}
a{color:var(--foreground)}
a:hover{color:var(--muted-foreground)}
