/* E-RAC — Ministère de l'Intérieur — Mauritanian flag colors */
:root {
  /* Core brand colors — flag green */
  --client-primary: #006233;
  --client-primary-dark: #004422;
  --client-primary-light: #00A95C;
  --client-primary-hover: #007a3d;

  /* Light tints (backgrounds, badges, highlights) */
  --client-50: #f0fdf6;
  --client-100: #dcfcec;
  --client-200: #bbf7d4;

  /* Mid tones (borders, text accents) */
  --client-500: #00A95C;
  --client-600: #007a3d;
  --client-700: #006233;
  --client-800: #004422;
  --client-900: #002e17;

  /* Gold accent — flag star/crescent color */
  --client-accent: #FFD700;
  --client-accent-dark: #f1b70a;

  /* Red accent — flag red stripes */
  --client-danger: #D01C1F;

  /* Icon accent color */
  --client-icon-accent: #80D4AE;

  /* Sidebar gradient — deep green */
  --client-sidebar-from: #006233;
  --client-sidebar-to: #004422;

  /* Active link styling */
  --client-active-link-bg: #004422;
  --client-active-link-border: #FFD700;
  --client-active-link-from: #dcfcec;
  --client-active-link-via: #f0fdf6;

  /* Header gradient — green to dark green with gold hint */
  --client-header-from: #006233;
  --client-header-via: #005229;
  --client-header-to: #004422;

  /* Button gradient */
  --client-button-from: #006233;
  --client-button-via: #007a3d;
  --client-button-to: #006233;

  /* Gradient text */
  --client-gradient-text-from: #006233;
  --client-gradient-text-to: #FFD700;

  /* Scrollbar */
  --scrollbar-thumb: #004422;
  --scrollbar-thumb-hover: #006233;
}
