:root{
/* ---- Families ---- */
--font-display:"ciclo-display",'Cormorant Garamond',Georgia,serif;
--font-body:"poppins",'Helvetica Neue',Arial,sans-serif;

/* ---- Weights. Ciclo Display ships only 100 / 400 / 900 — no 500/600/700/800, no italic.
        Always write these three literal values; never request 700 for display type. ---- */
--weight-display-thin:100;
--weight-display:400;
--weight-display-black:900;
--weight-body:400;
--weight-body-bold:700;

/* ---- Display scale (Ciclo Display 400) ---- */
--text-display-1:clamp(3.25rem,7vw,6rem);      /* hero statement */
--text-display-2:clamp(2.5rem,4.6vw,3.75rem);  /* page/section opener */
--text-display-3:clamp(1.875rem,3vw,2.5rem);   /* section heading */
--text-display-4:clamp(1.5rem,2.1vw,1.875rem); /* sub-section, card heading */
--text-display-5:1.25rem;                      /* small heading */

/* ---- Body scale (Poppins 400) ---- */
--text-lead:1.1875rem;   /* intro paragraph under a hero */
--text-body-lg:1.0625rem;
--text-body-md:1rem;
--text-body-sm:0.875rem;
--text-body-xs:0.8125rem;

/* ---- Label / eyebrow (Poppins 700, uppercase, tracked) ---- */
--text-label:0.75rem;
--text-label-sm:0.6875rem;

/* ---- Line heights ---- */
--leading-display:1.04;
--leading-display-loose:1.14;
--leading-body:1.62;
--leading-tight:1.35;
--leading-label:1.2;

/* ---- Tracking ---- */
--tracking-display:-0.015em;
--tracking-display-tight:-0.03em;
--tracking-body:0;
--tracking-label:0.14em;   /* eyebrows, nav, buttons */
--tracking-subline:0.34em; /* the "PRIVATE WEALTH" lockup subline */

/* ---- Measure ---- */
--measure-body:64ch;
--measure-lead:52ch;
--measure-display:22ch;
}
