/* ========================================
   :root {
      --bg:#0b0b0b;
      --card:#121212;
      --border:#222;
      --text-dim:#777;
      --accent:#fff;
      --green:#00ff88;
      --orange:#ffaa00;
      --red:#ff4444;
    }

    * {
      cursor: url('/images/arrowhead-rounded-outline.svg') 0 0, auto !important;
    }

    a, button, select, input, .nav-item, summary, .project-head, .btn-primary, .btn-danger {
      cursor: url('/images/arrowhead-rounded-outline.svg') 0 0, pointer !important;
    }
   ======================================== */