:root{
--font-display:'Barlow Semi Condensed',sans-serif;
--font-body:'DM Sans',sans-serif;
/* Slide-scale sizes (1280x720 canvas) */
--text-hero:88px;      /* cover statement */
--text-title:66px;     /* slide title, 50pt */
--text-section-num:128px; /* ghost chapter numeral */
--text-h2:29px;        /* card titles, 22pt */
--text-h3:24px;        /* 18pt */
--text-stat:66px;      /* big numbers */
--text-body-lg:18px;   /* 14pt */
--text-body-md:17px;   /* 13pt */
--text-body-sm:14px;   /* 11pt */
--text-kicker:13px;    /* 10pt uppercase */
--text-micro:12px;
--tracking-kicker:0.22em;
--tracking-wide:0.08em;
--leading-tight:1.05;
--leading-body:1.5;
--weight-regular:400;
--weight-medium:500;
--weight-bold:700;
}
a{color:var(--link);text-decoration:none}
a:hover{color:var(--link-hover)}
