:root {
  --vpt-theme-headline-font: "Verdana", ui-sans-serif, sans-serif;
  --vpt-theme-headline-scale: 1.2;
  --vpt-theme-headline-color: #403294;
  --vpt-theme-text-font: "Verdana", ui-sans-serif, sans-serif;;
  --vpt-theme-header-background-color: #4b2f8a;
  --vpt-theme-header-text-color: white;
  --vpt-theme-banner-text-color: white;
  --vpt-theme-banner-background-color: #4b2f8a;
  --vpt-theme-footer-background-color: ghostwhite;
  --vpt-theme-footer-text-color: black;
  --vpt-theme-primary-color: #B295FF;
  --vpt-theme-on-primary-color: #4b2f8a;
  --vpt-theme-roundness: 4;
  
  --K15t-color-neutral-0: #ffffff;
  --K15t-color-neutral-25: #f3f3ff;
  --K15t-color-neutral-50: #e7e7ff;
  --K15t-color-neutral-75: #cdccfa;
  --K15t-color-neutral-100: #9756cc;
  
    [data-vp-component="toc"] {
  --foreground-color-selected: white;
  --background-color: #EAE3FE;
  --background-color-selected: #4A3087;
  --border-color: #EAE3FE;
}
  
  --background-color: #4A3087;
  --border-color: white;
  
  --K15t-background-information: #caf3ff;
  --K15t-background-warning: #fff2dd;
  --K15t-background-tip: #EAE3FE;
  --K15t-background-danger: #ffdfdf;
  --K15t-background-success: #A9FAE2;
}
  