/* Australis Skyfall — Typography tokens */ :root { /* Families */ --font-display: "Bespoke Sans", "Avenir Next", "Segoe UI", sans-serif; --font-body: "Supreme", "Helvetica Neue", "Segoe UI", sans-serif; --font-mono: "VictorMono Nerd Font", "SF Mono", "Cascadia Code", monospace; /* Scale (web-app oriented; 14px UI base) */ --text-2xs: 11px; --text-xs: 12px; --text-sm: 13px; --text-base: 14px; --text-md: 16px; --text-lg: 18px; --text-xl: 22px; --text-2xl: 28px; --text-3xl: 36px; --text-4xl: 48px; --text-5xl: 64px; /* Weights */ --weight-regular: 400; --weight-medium: 500; --weight-semibold: 600; --weight-bold: 700; --weight-extrabold: 800; /* Line heights */ --leading-tight: 1.15; --leading-snug: 1.35; --leading-normal: 1.55; --leading-relaxed: 1.7; /* Tracking */ --tracking-tight: -0.02em; --tracking-normal: 0; --tracking-wide: 0.06em; --tracking-caps: 0.1em; }