:root {
  /* === Surcharges thème MDT Builder === */
  --parchment:       #ffffff;
  --parchment-dark:  #9500ff;
  --parchment-light: #ffffff;
  --ink-dark:        #000000;
  --ink-brown:       #1a0029;
  --gold:            #4a0080;
  --gold-bright:     #590099;
  --gold-light:      #b366ff;
  --olive:           #000000;
  --shadow:          rgba(10,0,16,0.5);
  --header-bg:       #240038;
  --row-alt:         rgba(74,0,128,0.18);
  --border:          #3a006a;

  /* Variables directes */
  --theme-primary:   #4a0080;
  --theme-accent:    #b366ff;
  --theme-dark:      #0a0010;
  --theme-border:    #3a006a;
  --theme-primary-light: #9500ff;
  --theme-accent-light:  #e6ccff;
}

body {
  background-color: #0a0010 !important;
}
