@charset "UTF-8";
:root[data-glpi-theme=pacuniversity] {
  --tblr-primary-rgb: 15, 90, 59; /* primary color, as R,G,B (not hex) */
  --tblr-secondary: #E1A927; /* secondary color hex */
  --tblr-secondary-fg: #ffffff;
  --tblr-link-color-rgb: 15, 90, 59; /* usually same as primary */
  --glpi-mainmenu-bg: #0F5A3B; /* primary or secondary — your call */
  --glpi-mainmenu-fg: #f4f6fa;
  --glpi-palette-color-1: #0F5A3B; /* primary hex, for the preview swatch */
  --glpi-palette-color-2: #E1A927; /* secondary hex */
  --glpi-palette-color-3: #ffffff;
  --glpi-palette-color-4: #f4f6fa;
}

/* Force button text to secondary color for readability */
:root[data-glpi-theme=pacuniversity] .btn-primary,
:root[data-glpi-theme=pacuniversity] .btn-primary:hover,
:root[data-glpi-theme=pacuniversity] .btn-primary:focus {
  color: var(--tblr-secondary) !important;
}