/* Habib's CRM - Custom Branding Styles */

/* Login/Signup page branding */
[data-testid="twenty-logo"],
[class*="StyledLogo"],
[class*="twenty-logo"] {
  visibility: hidden !important;
  position: relative !important;
}

/* Override the error page logo */
[class*="AnimatedPlaceholder"] img,
[class*="ErrorFallback"] img {
  filter: hue-rotate(240deg) saturate(1.5) !important;
}

/* Custom accent colors (purple-blue gradient theme) */
:root {
  --color-blue: #6C63FF !important;
  --accent-primary: #6C63FF !important;
  --accent-secondary: #4EA8DE !important;
}

/* Style any remaining "Twenty" text in auth pages */
[class*="Title"]:not([class*="Field"]) {
  font-family: 'Inter', -apple-system, sans-serif !important;
}
