/* Site cursor tokens only. Component/page styles consume these; this file does not override them. */
:root {
  --fd-star-cursor: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32'%3E%3Cpath d='M15.6 2.7 19.2 11l9 .8-6.8 5.9 2 8.8-7.8-4.6-7.8 4.6 2-8.8L3 11.8l9-.8 3.6-8.3Z' fill='%23f7d8e7' stroke='%230f0f0f' stroke-width='1.6' stroke-linejoin='round'/%3E%3Cpath d='M15.8 6.4 18 12l5.9.6-4.5 3.9 1.4 5.8-5-3.1-5.2 3.1 1.4-5.8-4.5-3.9 6-.6 2.3-5.6Z' fill='%23fffdf8' fill-opacity='.72'/%3E%3Ccircle cx='23.8' cy='6.6' r='1.2' fill='%23f0a6c8'/%3E%3Ccircle cx='27.1' cy='10.4' r='.75' fill='%23fffdf8'/%3E%3C/svg%3E") 8 8;
  --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;
}
