/* Aka Studio type system. Headlines: Marcellus Regular. Body: DM Sans Light. */
:root{
--font-display:'Marcellus',Georgia,serif;
--font-body:'DM Sans',-apple-system,'Helvetica Neue',Arial,sans-serif;
--font-annotation:'Inter',-apple-system,sans-serif; /* guideline annotations only */
/* Display scale (from the guidelines: 340 chapter numeral, 164 chapter title, 128 slide hero, 81 specimen, 36 card title, 27.5 slide sub) */
--text-chapter-numeral:340px;
--text-chapter-title:164px;
--text-hero:128px;
--text-title:36px;
--text-card-title:24px;
/* Body scale (DM Sans Light: 24 lede, 20 body-large, 16 body, 14 caption) */
--text-lede:24px;
--text-body-lg:20px;
--text-body:16px;
--text-caption:14px;
--leading-display:0.97; /* Marcellus headlines sit tight, e.g. 164/160 */
--leading-body:1.22;
--tracking-numeral:-0.05em;
}
