:root{
/* Exactly two typefaces. Titillium Web is a fallback for a broken/unloaded file, not a design option. */
--font-heading:"Beau Sans Pro","Titillium Web",sans-serif;
--font-body:"Roboto",sans-serif;

/* Heading scale — Beau Sans Pro. px converted from pt at 4/3. */
--h0:93.33px; --h0-lh:106.67px;  /* 70pt / 80pt */
--h1:64px;    --h1-lh:74.67px;   /* 48pt / 56pt */
--h2:40px;    --h2-lh:48px;      /* 30pt / 36pt */
--h3:32px;    --h3-lh:42.67px;   /* 24pt / 32pt */
--h4:26.67px; --h4-lh:32px;      /* 20pt / 24pt */
--heading-tracking:-0.1px;

/* Body scale — Roboto. Caption and Label (20pt) are LARGER than Body (18pt) by design. */
--body:24px;      --body-lh:32px;      /* 18pt / 24pt */
--body-sm:21.33px;--body-sm-lh:29.33px;/* 16pt / 22pt */
--caption:26.67px;--caption-lh:37.33px;/* 20pt / 28pt, Light Italic */
--label:26.67px;  --label-lh:37.33px;  /* 20pt / 28pt */
--button:26.67px;                      /* 20pt, Beau Sans Pro Light */
--body-tracking:0;

/* Weights */
--fw-thin:100; /* @kind font */
--fw-light:300; /* @kind font */
--fw-regular:400; /* @kind font */
--fw-bold:700; /* @kind font */
}
