/* Synced from the daniyal.md design system.
   The upstream token file ships an @import for Google Fonts; it is moved to a
   <link rel="preconnect"> + <link rel="stylesheet"> pair in index.html so the
   font request starts in parallel instead of waiting on this stylesheet.
   Swap in local @font-face rules here if licensed font files land later —
   the scale, weights and line-heights below carry over unchanged. */
:root{
--font-sans:'Inter',system-ui,-apple-system,'Segoe UI',Roboto,sans-serif;
--font-mono:'JetBrains Mono',ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;
--text-xs:12px;--text-sm:13px;--text-base:15px;--text-md:16px;--text-lg:18px;--text-xl:22px;--text-2xl:28px;--text-3xl:36px;--text-4xl:48px;--text-5xl:64px;
--leading-tight:1.15;--leading-snug:1.35;--leading-normal:1.6;--leading-relaxed:1.75;
--tracking-tight:-0.02em;--tracking-normal:0em;--tracking-wide:0.02em;--tracking-wider:0.06em;
--weight-regular:400;--weight-medium:500;--weight-semibold:600;--weight-bold:700;--weight-extrabold:800;
}
