:root{
/* ── Families ───────────────────────────────────────────────── */
--font-core:"Segoe UI","Open Sans",-apple-system,BlinkMacSystemFont,Roboto,"Helvetica Neue",Arial,sans-serif;
--font-display:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;

/* ── Weights as used in the file ────────────────────────────── */
--fw-regular:400; /* @kind font */
--fw-medium:500; /* @kind font */
--fw-semibold:600; /* @kind font */
--fw-bold:700; /* @kind font */

/* ── Sizes, verbatim (no rounding) ──────────────────────────── */
--fs-banner:110.06965637207031px;   /* Segoe UI Bold — DRIED FRUITS */
--fs-hero:100px;                    /* Inter SemiBold — 5t+ */
--fs-display-80:80px;
--fs-display-60:60px;
--fs-display-56:56px;               /* Inter SemiBold — Field Tested & Customer Approved */
--fs-section:50.7400016784668px;    /* Segoe UI Bold — our dried fruits */
--fs-title-50:50px;                 /* Inter SemiBold — Dried Fruits */
--fs-lede-44:44px;                  /* Inter Medium — long product lede */
--fs-lede-35:35px;                  /* Segoe UI Semibold — founding story */
--fs-product:23.636363983154297px;  /* Segoe UI Bold — Apricot */
--fs-body-24:24px;
--fs-body-20:20px;                  /* Inter Medium — stat captions */
--fs-body-18:18px;
--fs-body-16:16px;                  /* Segoe UI — nav, buttons, labels */
--fs-body-1636:16.363636016845703px;

/* ── Line heights, verbatim ─────────────────────────────────── */
--lh-banner:90.452px;--lh-hero:100px;--lh-display-56:55px;--lh-section:58.134px;
--lh-title-50:45px;--lh-lede-44:39px;--lh-lede-35:33px;--lh-caption:19px;
--lh-body-20:20px;--lh-body-16:16px;--lh-solid:100%;

/* ── Ready-made type roles ──────────────────────────────────── */
--type-banner:var(--fw-bold) var(--fs-banner)/var(--lh-banner) var(--font-core);
--type-section:var(--fw-bold) var(--fs-section)/var(--lh-section) var(--font-core);
--type-lede:var(--fw-semibold) var(--fs-lede-35)/var(--lh-lede-35) var(--font-core);
--type-product:var(--fw-bold) var(--fs-product)/var(--lh-solid) var(--font-core);
--type-nav:var(--fw-regular) var(--fs-body-16)/var(--lh-solid) var(--font-core);
--type-label:var(--fw-semibold) var(--fs-body-16)/var(--lh-body-16) var(--font-core);
--type-caption:var(--fw-semibold) var(--fs-body-16)/var(--lh-caption) var(--font-core);
--type-hero:var(--fw-semibold) var(--fs-hero)/var(--lh-hero) var(--font-display);
--type-display:var(--fw-semibold) var(--fs-display-56)/var(--lh-display-56) var(--font-display);
--type-title:var(--fw-semibold) var(--fs-title-50)/var(--lh-title-50) var(--font-display);
--type-quote:var(--fw-medium) var(--fs-lede-44)/var(--lh-lede-44) var(--font-display);
--type-stat-caption:var(--fw-medium) var(--fs-body-20)/var(--lh-body-20) var(--font-display);
}
