:root{

    /* Typography */
  --tfield-font-family: var(--text-input-font-family);
  --tfield-font-size: var(--text-input-font-size-sm);
  --tfield-font-weight: var(--text-input-font-weight);

  --label-font-family: var(--text-label-font-family);
  --label-font-size: var(--text-label-font-size-xs);
  --label-font-weight: var(--text-label-font-weight);

  --support-font-family: var(--text-support-font-family);
  --support-font-size: var(--text-support-font-size-xs);
  --support-font-weight: var(--text-support-font-weight);


}