:root {
  --primary: 203 100% 14%;
  --secondary: 197 100% 45%;
  --accent: 51 100% 54%;
}

.dark {
  --background: 203 100% 10%;
  --foreground: 0 0% 100%;
}

/* Hide specific Langflow elements without breaking the app */
.side-bar-logo, 
.logo-icon, 
.side-bar-footer,
footer,
[href*='github.com'], 
[href*='discord.gg'],
[href*='discord.com'],
button[aria-label*='GitHub'],
button[aria-label*='Discord'] {
    display: none !important;
}

#globalance-injected-logo svg {
    max-height: 32px;
    width: auto;
}
