:root[data-glpi-theme=TINPIRA] {
  --glpi-palette-color-1: #006573;
  --glpi-palette-color-2: #004d59;
  --glpi-palette-color-3: #00a0b5;
  --glpi-palette-color-4: #f4f7f8;
  --tblr-primary: #006573;
  --tblr-primary-rgb: 0, 101, 115;
  --tblr-primary-fg: #ffffff;
  --tblr-link-color: #006573;
  --tblr-link-hover-color: #004d59;
  --tblr-body-bg: #f4f7f8;
  --tblr-body-color: #1f2933;
  --tblr-card-bg: #ffffff;
  --tblr-border-color: #d8e2e6;
  --tblr-navbar-bg: #006573;
  --tblr-navbar-color: #ffffff;
  --glpi-logo-size: 200px;
}

.glpi-logo {
  width: 200px !important;
  height: 50px !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
}