/* Custom Branding CSS */

/* Login Page Logo */
.page-card .page-card-head img {
  height: 50px;  /* Adjust based on your logo height */
}

/* Navbar Logo */
.app-logo {
  width: auto;
  height: 28px;  /* Adjust based on your logo height */
  margin-right: 8px;
}

/* Favicon - this is handled separately through Website Settings */

/* Custom Brand Colors - Adjust these to match your brand colors */
:root {
  --primary: #2490ef;  /* Your primary brand color */
  --primary-color: var(--primary);
}
