:root {
  /* Button text */
  --text-button-font-family: var(--font-family-base);
  --text-button-font-size-sm: var(--font-size-sm);
  --text-button-font-weight: var(--font-weight-medium);

  /* Input text */
  --text-input-font-family: var(--font-family-base);
  --text-input-font-size-sm: var(--font-size-sm);
  --text-input-font-weight: var(--font-weight-regular);

  /* Label text */
  --text-label-font-family: var(--font-family-base);
  --text-label-font-size-xs: var(--font-size-xs);
  --text-label-font-weight: var(--font-weight-regular);

  /* Support text  */
  --text-support-font-family: var(--font-family-base);
  --text-support-font-size-xs: var(--font-size-xs);
  --text-support-font-weight: var(--font-weight-regular);

}

