/* Fusion Line typography. Poppins is the primary family across web, social and document
   headings. Open Sans carries supporting copy inside the premium document template only.
   The Kin wordmark is never set in type , it is placed as supplied lockup artwork. */
:root{
  --font-core:'Poppins',-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;
  --font-document:'Open Sans',-apple-system,BlinkMacSystemFont,sans-serif;

  --weight-light:300; /* @kind other */
  --weight-regular:400; /* @kind other */
  --weight-medium:500; /* @kind other */
  --weight-semibold:600; /* @kind other */
  --weight-bold:700; /* @kind other */
  --weight-black:800; /* @kind other */

  /* --- Web scale (fluid, exactly as the live pages declare it) --- */
  --type-hero:clamp(40px,5.4vw,66px);       /* product page h1 */
  --type-hero-home:clamp(34px,5.4vw,54px);  /* home h1, lighter weight */
  --type-h2:clamp(28px,3.6vw,44px);
  --type-h2-tight:clamp(26px,3.4vw,40px);
  --type-h2-cta:clamp(30px,4.2vw,52px);
  --type-h3:20px;
  --type-h3-lg:clamp(21px,2.3vw,26px);
  --type-lead:clamp(17px,2vw,20px);
  --type-body:16px;
  --type-body-lg:17px;
  --type-body-sm:15px;
  --type-caption:13px;
  --type-micro:12px;
  --type-nano:11px;

  --line-hero:1.06; /* @kind other */
  --line-hero-home:1.24; /* @kind other */
  --line-h2:1.12; /* @kind other */
  --line-h3:1.3; /* @kind other */
  --line-lead:1.6; /* @kind other */
  --line-body:1.65; /* @kind other */

  --track-hero:-0.02em; /* @kind other */
  --track-h2:-0.01em; /* @kind other */
  --track-cta:-0.02em; /* @kind other */
  --track-eyebrow:2.6px; /* @kind other */      /* letter-spacing on the uppercase eyebrow */
  --track-eyebrow-tight:2.4px; /* @kind other */
  --track-eyebrow-wide:3px; /* @kind other */
  --track-social-eyebrow:0.18em; /* @kind other */

  /* --- Document scale (794 x 1123 A4 page) --- */
  --doc-cover-title:54px;
  --doc-section-title:34px;
  --doc-sub-title:15px;
  --doc-lead:13px;
  --doc-body:11.5px;
  --doc-table:10.5px;
  --doc-meta:10px;
  --doc-label:9px;
  --doc-line-body:1.7; /* @kind other */

  /* --- Social board scale (1x boards, exported at 2x) --- */
  --social-banner-title:32px;
  --social-featured-title:42px;
  --social-doc-cover-title:64px;
  --social-doc-content-title:52px;
  --social-doc-body:33px;
  --social-url:16px;
}
