
/* * DYNAMIC THEME COLOR VARIABLES
 * This file is auto-generated by PHP and MUST be loaded LAST.
 * It overrides variables set in scheme-xx.css.
 */

:root {
  /*! --primary-color is the main dark background */
  --primary-color: #403f83 !important;
  --primary-color-rgb: 64, 63, 131 !important;

  /*! --secondary-color is the main accent/gradient color 1 */
  --secondary-color: #8364e2 !important;
  --secondary-color-rgb: 131, 100, 226 !important;
  
  /*! --secondary-color-2 is the gradient color 2 */
  --secondary-color-2: #8364e2 !important;
  --secondary-color-rgb-2: 131, 100, 226 !important;
  
  /* Fallback for other variables used in style.css */
  --dark-scheme-color: #403f83 !important;
  --dark-scheme-color-2: #403f83 !important;
}