:root{
  /* The system has no drop shadows. Elevation is expressed as a 1px inset hairline. */
  --hairline:inset 0 0 0 1px var(--border-subtle);
  --hairline-inverse:inset 0 0 0 1px var(--border-inverse);
  --rule:1px solid var(--border-subtle);

  --motion-fast:120ms; /* @kind other */
  --motion-base:180ms; /* @kind other */
  --motion-slow:280ms; /* @kind other */
  --ease-standard:cubic-bezier(0.2,0,0.2,1); /* @kind other */
}
a{color:var(--text-primary);text-decoration:none}
a:hover{color:var(--text-secondary)}
