/**
 * Cursor Customizer Frontend Stylesheet
 *
 * @package Cursor_Customizer
 */

/* Custom Cursor Root Baseline */
:root {
	--cc-primary-color: #3b82f6;
	--cc-border-color: #ffffff;
	--cc-cursor-size: 24px;
}

/* Touch device standard resets when disabled on mobile */
@media (hover: none) and (pointer: coarse) {
	html, body, a, button, input, select, textarea, label, [role="button"] {
		cursor: auto !important;
	}
}
