/* Custom cursor */
.cursor-dot{position:fixed;width:8px;height:8px;background:#e03228;border-radius:50%;pointer-events:none;z-index:99999;transform:translate(-50%,-50%);}
.cursor-ring{position:fixed;width:26px;height:26px;border:2px solid #e03228;border-radius:50%;pointer-events:none;z-index:99998;transform:translate(-50%,-50%);opacity:.4;}
html[data-theme="dark"] .cursor-ring{border-color:#eae5db;}
@media(hover:none) and (pointer:coarse){.cursor-dot,.cursor-ring{display:none;}}
