/* ============================================================
   ACTION GROUPE — Design Tokens
   ============================================================ */
:root {
  /* Couleurs */
  --green:       #1a8c00;
  --green-dark:  #0d5200;
  --green-mid:   #2cb800;
  --green-light: #e8f5e0;
  --red:         #cc0000;
  --red-light:   #fce8e8;
  --gold:        #e6a800;
  --gold-light:  #fff8e0;

  /* Fonds */
  --dark:        #071503;
  --dark2:       #0d1f06;
  --gray:        #f4f6f2;
  --gray2:       #e0e4db;
  --white:       #ffffff;

  /* Texte */
  --text:        #1a1a1a;
  --text2:       #555555;
  --text3:       #999999;

  /* Rayons */
  --radius:    8px;
  --radius-lg: 14px;

  /* Ombres */
  --shadow:    0 2px 16px rgba(0,0,0,0.07);
  --shadow-lg: 0 8px 40px rgba(0,0,0,0.13);

  /* Typographie */
  --font-head: 'Montserrat', sans-serif;
  --font-body: 'Lato', sans-serif;

  /* Layout ERP */
  --sidebar-w: 220px;
  --topbar-h:  56px;

  /* Transitions */
  --transition: all 0.2s ease;
}
