/* Make the header logo larger */
header img[alt="logo"] {
  height: 120px !important;
  max-height: 120px !important;
  width: auto !important;
}


/* Hide theme toggle */
#theme-toggle {
  display: none !important;
}

/* Primary button color — override Chainlit's --primary CSS variable */
:root {
  --primary: 207 100% 26.5% !important;
}
.dark {
  --primary: 207 100% 26.5% !important;
}
