/* The TEXT element: a plain text run in the chrome (a tagline, a note), set in
 * the detail voice. */
.sk-textrun {
  font-size: var(--sk-text-detail-size);
  color: var(--sk-ink-muted);
}
