/* Adapted from the "3Drawers Studio design system" claude.ai project
 * (tokens/typography.css), except the Google Fonts @import: the families
 * are self-hosted via fonts.css instead. font-hand/font-hand-2 (Patrick
 * Hand/Caveat) have no equivalent in this system and are retired — call
 * sites fall back to font-body or font-mono per usage. font-pixel (Press
 * Start 2P) exists in the source project but isn't adopted yet since we're
 * not using any of its decorative pixel-accent components. */
:root{
--font-display:'Grandstander', system-ui, sans-serif;
--font-body:'Plus Jakarta Sans', system-ui, sans-serif;
--font-mono:'JetBrains Mono', ui-monospace, monospace;
--text-xs:12px;--text-sm:14px;--text-base:16px;--text-md:18px;--text-lg:22px;
--text-xl:28px;--text-2xl:36px;--text-3xl:48px;--text-4xl:64px;--text-5xl:84px;
--leading-tight:1.08;--leading-snug:1.25;--leading-normal:1.5;--leading-relaxed:1.65;
--weight-regular:400;--weight-medium:500;--weight-semibold:600;--weight-bold:700;
--tracking-tight:-0.02em;--tracking-normal:0em;--tracking-wide:.04em;--tracking-wider:.1em;
}
