/* Site cursor tokens only. Component/page styles consume these; this file does not override them. */
:root {
  --fd-star-cursor: url("../assets/images/star-cursor.png") 15 15;
  --fd-cursor-default: var(--fd-star-cursor), auto;
  --fd-cursor-action: var(--fd-star-cursor), pointer;
  --fd-cursor-disabled: var(--fd-star-cursor), not-allowed;
  --fd-cursor-dragging: var(--fd-star-cursor), grabbing;
  --fd-cursor-progress: var(--fd-star-cursor), progress;
}

