/* ReliaSim design tokens (v7.242)
   One scale for radii, reading measure and heading size, so pages stop
   inventing their own. Values chosen to sit on the existing design rather
   than restyle it — every mapping below is within a few pixels of what the
   page already had. */

:root {
  /* Corner radii — was 13 distinct values across the site */
  --r-sm:   4px;   /* chips, small badges, inline code   (absorbed 2, 3, 5) */
  --r-md:   8px;   /* buttons, inputs, small cards       (absorbed 6, 10)   */
  --r-lg:  12px;   /* cards, figures, panels             (absorbed 14, 16)  */
  --r-xl:  20px;   /* large feature panels                                  */
  --r-pill: 999px; /* pills and avatars                  (absorbed 99)      */

  /* Reading measure */
  --measure:      68ch;   /* body prose */
  --measure-wide: 1180px; /* figures, tables, card grids */

  /* Heading scale, by role rather than by page */
  --h1-hero:  clamp(38px, 6vw, 72px);  /* landing hero only */
  --h1-page:  clamp(32px, 5vw, 50px);  /* every other page  */
  --h2:       clamp(25px, 3vw, 32px);
  --h3:       19px;
}
