/**
 * @file
 * Large cursor styles — enlarged SVG arrow cursor.
 */

body.a11y-cursor,
body.a11y-cursor * {
  cursor:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='48' height='48' viewBox='0 0 48 48'%3E%3Cpath d='M 8 2 L 8 38 L 16 30 L 22 44 L 28 42 L 22 28 L 34 28 Z' fill='black' stroke='white' stroke-width='2' stroke-linejoin='round'/%3E%3C/svg%3E") 8 2,
    auto !important;
}
