:root{
--font-brand:'Manrope',-apple-system,BlinkMacSystemFont,"Segoe UI","Helvetica Neue",Arial,sans-serif;
--font-alt:var(--font-brand);

--weight-regular:400;
--weight-medium:500;
--weight-semibold:600;
--weight-bold:700;
--weight-black:800;

--tracking-display:-.03em;
--tracking-tight:-.02em;

/* Section/doc display label */
--text-display-size:44px;
--text-display-weight:800;

/* Screen title, e.g. "Clients" */
--text-title-size:26px;
--text-title-weight:800;

/* Card / row title, header bar title */
--text-header-size:20px;
--text-header-line:26px;
--text-header-weight:700;
--text-row-title-size:16.5px;
--text-row-title-weight:800;

/* Primary row/list text */
--text-body-lg-size:16px;

/* Secondary text */
--text-body-size:14px;

/* Meta line (ville · dernière visite) */
--text-meta-size:12px;

/* Chips / badges */
--text-chip-size:11.5px;
--text-chip-weight:600;

/* Button label — sentence case, never uppercase */
--text-button-size:16px;
--text-button-weight:700;
--text-button-alt-size:14px;

/* Nav item label */
--text-caption-size:11px;
}
