/* Pink Dark scheme (Forced) */
/* Enabled if forced with data-theme="dark" */
[data-theme="dark"] {
    --primary: #4d32ce !important;
    --primary-hover: #000a51 !important;
    --primary-focus: rgba(77, 50, 206, 1) !important;
    --primary-inverse: #FFF !important;
  }
