:root{
--font-brand:'Montserrat',sans-serif; /* main brand font */
--font-complementary:Arial,Helvetica,sans-serif; /* complementary; e-mail uses Arial only */
/* Weights actually used by the brand */
--weight-regular:400;
--weight-medium:500;
--weight-semibold:600;
--weight-bold:700; /* headlines & emphasis per brandbook */
--weight-extrabold:800;
/* Type scale */
--text-xs:12px;
--text-sm:14px;
--text-base:16px;
--text-lg:18px;
--text-xl:22px;
--text-2xl:28px;
--text-3xl:36px;
--text-4xl:48px;
--leading-tight:1.15;
--leading-snug:1.3;
--leading-normal:1.55;
--tracking-wide:0.08em; /* for TECHNOLOGIES-style letterspaced caps */
}
body{font-family:var(--font-brand);color:var(--text-body);font-size:var(--text-base);line-height:var(--leading-normal)}
h1,h2,h3,h4{font-family:var(--font-brand);font-weight:var(--weight-bold);color:var(--text-heading);line-height:var(--leading-tight)}
a{color:var(--link);text-decoration:none}
a:hover{color:var(--link-hover)}
