/* nicnac — typography tokens */
:root{
--font-display:'Fredoka',sans-serif;
--font-body:'DM Sans',sans-serif;
--font-mono:'DM Mono',monospace;
--font-size:16px;
--font-weight-normal:400;
--font-weight-medium:500;
--font-weight-semibold:600;
/* Type scale (Tailwind-equivalent sizes used in source) */
--text-xs:0.75rem;
--text-sm:0.875rem;
--text-base:1rem;
--text-lg:1.125rem;
--text-xl:1.25rem;
--text-2xl:1.5rem;
--text-3xl:1.875rem;
--text-4xl:2.25rem;
--text-5xl:3rem;
--text-6xl:3.75rem;
--tracking-widest:0.1em;
--leading-tight:1.25;
--leading-snug:1.375;
--leading-normal:1.5;
--leading-relaxed:1.625;
}
