:root{
--font-display:"Playwrite US Modern","Segoe Print",cursive;
--font-body:"Lato","Helvetica Neue",Helvetica,sans-serif;
--font-ui:"Lato","Helvetica Neue",Helvetica,sans-serif;

/* Playwrite is a low-contrast handwriting face: it needs air.
   Never set it below 16px, never bolder than 400, always with generous line-height. */
--display-weight:400;
--display-tracking:0.005em;
--display-leading:1.32;

--text-2xs:11px;
--text-xs:12px;
--text-sm:14px;
--text-base:16px;
--text-md:18px;
--text-lg:21px;
--text-xl:26px;
--text-2xl:32px;
--text-3xl:40px;
--text-4xl:52px;
--text-5xl:66px;
--text-6xl:84px;

--leading-tight:1.2;
--leading-snug:1.35;
--leading-normal:1.6;
--leading-relaxed:1.75;

--tracking-tight:-0.01em;
--tracking-normal:0;
--tracking-wide:0.06em;
--tracking-caps:0.16em;

--weight-regular:400;
--weight-bold:700;

--measure-narrow:38ch;
--measure:62ch;
--measure-wide:78ch;
}
