/* v5 keeps the full page, equalises primary actions and adds branded controls. */
:root {
  --display: var(--font-display);
  --ui: var(--font-ui);
  --muted-dark: rgba(255, 253, 250, .58);
  --fast: var(--motion-fast);
  --normal: var(--motion-normal);
}

.ui-icon[data-render="fill"] { fill: currentColor; stroke: none; }
.action-row__icon .ui-icon[data-icon="whatsapp"] { width: 19px; height: 19px; }
.dialog--steady { animation: none; }
.dialog-button:disabled { opacity: .38; cursor: not-allowed; }
.step-index .ui-icon { width: 14px; height: 14px; }
.clipboard-field { position: fixed; left: -9999px; opacity: 0; }
