:root{
--font-display: "Playfair Display", Georgia, serif; /* hero + section headlines */
--font-heading: "Montserrat", "Helvetica Neue", sans-serif; /* labels, nav, buttons */
--font-body: "Roboto", Arial, sans-serif; /* paragraphs */
--font-monogram: "Bodoni Moda", "Playfair Display", serif; /* nearest match to logo AS monogram */
/* Scale */
--text-hero: 56px;
--text-h1: 44px;
--text-h2: 34px;
--text-h3: 24px;
--text-lead: 20px;
--text-body-size: 17px;
--text-small: 14px;
--text-label: 13px;
/* Details */
--leading-display: 1.15;
--leading-body: 1.7;
--tracking-label: 0.18em; /* uppercase eyebrows, nav, buttons */
--tracking-wide: 0.08em;
--weight-display: 500;
--weight-body: 400;
--weight-label: 600;
}
