/* Brand tokens */ :root { --ciomm-navy: #19194b; --ciomm-blue: #1e6eff; --ciomm-blue-light: #6da0fb; --ciomm-text: #323232; --ciomm-muted: #64748b; } /* Type */ body { font-family: Roboto, Helvetica, Arial, sans-serif; color: var(--ciomm-text); } h1 { font-weight: 400; letter-spacing: -0.01em; color: var(--ciomm-navy); } h2, h3 { font-weight: 500; color: var(--ciomm-navy); } /* Buttons */ button, [role="button"] { border-radius: 4px; font-weight: 500; letter-spacing: 0.04em; text-transform: uppercase; font-size: 0.875rem; } /* Links on the results page */ a { color: var(--ciomm-blue); text-decoration: underline; text-underline-offset: 3px; } /* Choice options: a little more air */ label { line-height: 1.45; }