/**
 * Custom Admin Styles
 * Override Falcon theme variables and add custom styling
 */

:root {
  /* Primary brand colors - adjust according to brand guidelines */
  --falcon-primary: #667eea;
  --falcon-secondary: #764ba2;

  /* Logo customization */
  --falcon-logo-height: 40px;

  /* Additional custom variables */
  --falcon-sidebar-width: 250px;
}

/* Custom overrides */
.navbar-brand-logo {
  height: var(--falcon-logo-height);
}

/* Add any additional custom styles here */
