/*
  One color for v1 (black arrow, white outline — highest universal
  contrast) crossed with 2 size presets; a color picker is deliberately
  deferred to avoid a sizes x colors asset combinatorics problem.
  Cursor URLs are relative to this file's own location, which WP/browsers
  resolve correctly without any PHP involvement.
*/
body.blum-a11y--cursor-large :not(#wpadminbar):not(#wpadminbar *):not(#blum-a11y-widget):not(#blum-a11y-widget *) {
  cursor: url(../../assets/cursors/cursor-large.svg) 4 4, auto !important;
}

body.blum-a11y--cursor-xlarge :not(#wpadminbar):not(#wpadminbar *):not(#blum-a11y-widget):not(#blum-a11y-widget *) {
  cursor: url(../../assets/cursors/cursor-xlarge.svg) 5 5, auto !important;
}
