:root {
  /* === Surcharges thème MDT Builder === */
  --parchment:       #ebfaf4;
  --parchment-dark:  #41dc94;
  --parchment-light: #ebfaf4;
  --ink-dark:        #06130e;
  --ink-brown:       #103225;
  --gold:            #198754;
  --gold-bright:     #1c9b60;
  --gold-light:      #5cd6a8;
  --olive:           #010403;
  --shadow:          rgba(10,31,23,0.5);
  --header-bg:       #143e2e;
  --row-alt:         rgba(25,135,84,0.18);
  --border:          #196548;

  /* Variables directes */
  --theme-primary:   #198754;
  --theme-accent:    #5cd6a8;
  --theme-dark:      #0a1f17;
  --theme-border:    #196548;
  --theme-primary-light: #41dc94;
  --theme-accent-light:  #adebd3;
}

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