:root{
/* ---- Families (section 05) ---- */
--font-display:"Montserrat",Arial,Helvetica,sans-serif;   /* headings, titles, numbers, navigation */
--font-body:"Open Sans",Arial,Helvetica,sans-serif;       /* body, tables, captions, UI */
--font-arabic:"IBM Plex Sans Arabic","Noto Kufi Arabic",Arial,sans-serif;
--font-mono:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace; /* tabular data only */

/* ---- Weights ---- */
--weight-display-medium:500;
--weight-display-semibold:600;
--weight-display-bold:700;
--weight-display-black:800;
--weight-body-regular:400;
--weight-body-semibold:600;
--weight-body-bold:700;

/* ---- Web type scale (section 09) ---- */
--text-h1:40px;   --lh-h1:1.12; /* @kind other */  --ls-h1:-0.01em; /* @kind other */
--text-h2:28px;   --lh-h2:1.18; /* @kind other */  --ls-h2:-0.005em; /* @kind other */
--text-h3:20px;   --lh-h3:1.3; /* @kind other */   --ls-h3:0; /* @kind other */
--text-body:17px; --lh-body:1.6; /* @kind other */
--text-body-sm:16px;
--text-caption:13px; --lh-caption:1.45; /* @kind other */ --ls-caption:0.02em; /* @kind other */
--text-caption-sm:12px;

/* ---- Editorial extremes for covers, hero units and slides ---- */
--text-display:64px; --lh-display:1.04; /* @kind other */ --ls-display:-0.02em; /* @kind other */
--text-display-lg:88px;
--text-metric:56px;  /* big numbers, Montserrat 700, tabular */

/* ---- Eyebrow / tracked capitals. Strapline sits at ~1/5 wordmark cap height. ---- */
--text-eyebrow:12px;
--ls-eyebrow:0.16em; /* @kind other */
--ls-strapline:0.28em; /* @kind other */

--tabular:"tnum" 1,"lnum" 1; /* @kind other */
}
