:root {
  /* Button sizing */
  --btn-height-s: 40px;
  --btn-padding-x: 24px;
  --btn-radius: 46px;

  /* Typography */
  --btn-font-family: var(--text-button-font-family);
  --btn-font-size: var(--text-button-font-size-sm);
  --btn-font-weight: var(--text-button-font-weight);

  /* Motion */
  --btn-transition: 50ms ease-out;

}

