@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap");
:root[data-glpi-theme=luciole-theme] {
  --tblr-primary: #f59f0e;
  --tblr-primary-rgb: 245,
  159,
  14;
  --tblr-secondary: #444444;
  --tblr-secondary-fg: #efefef;
  --tblr-link-color-rgb: 170,
  111,
  10;
  --glpi-mainmenu-bg: #444444;
  --glpi-mainmenu-fg: #ffffff;
  --glpi-helpdesk-header: hsl(40, 90%, 92%);
  --glpi-palette-color-1: #444444;
  --glpi-palette-color-2: #f59f0e;
  --glpi-palette-color-3: hsl(38, 80%, 75%);
  --glpi-palette-color-4: hsl(36, 70%, 45%);
  --tblr-body-font-family: "Lato",
  sans-serif;
  --glpi-illustrations-gradient-1: hsl(40, 90%, 92%);
  --glpi-illustrations-gradient-2: hsl(38, 80%, 75%);
  --glpi-illustrations-gradient-3: hsl(36, 70%, 45%);
}
:root[data-glpi-theme=luciole-theme] a {
  font-weight: bold;
}