/* Retargets the design's .seg button rules onto the anchors that carry the real routes.
   Values are copied verbatim from style.css; no new token is introduced here. */
.seg a{font:inherit;font-size:13.5px;font-weight:500;color:var(--slate);
  border:0;background:transparent;padding:7px 16px;border-radius:99px;cursor:pointer;
  transition:color .15s,background .15s,box-shadow .15s;text-decoration:none;
  display:inline-flex;align-items:center}
.seg a:hover{color:var(--ink)}
.seg a[aria-selected="true"]{background:#fff;color:var(--ink);font-weight:600;
  box-shadow:var(--shadow-sm)}
