
:root {

  --text-link-underline-offset: 0.18em;

  --text-link-underline-width: auto;

  --text-link-decoration-line: underline;
}

:root {

  --text-action-gap: var(--space-1);

  --text-action-color: initial;

  --text-action-color-hover: initial;

  --text-action-size: 1em;

  --text-mark-background: hsl(var(--warning));
  --text-mark-foreground: hsl(var(--warning-foreground));
}
