
      :root {
        --brand-primary: #2563eb;
        --brand-secondary: #f1f5f9;
        --brand-accent: #10b981;
        --brand-font-family: Inter, system-ui, sans-serif;
        --brand-border-radius: 0.5rem;
      }
      
      
      
      .brand-primary { color: var(--brand-primary) !important; }
      .bg-brand-primary { background-color: var(--brand-primary) !important; }
      .border-brand-primary { border-color: var(--brand-primary) !important; }
      
      .brand-logo {
        max-height: 40px;
        width: auto;
      }
      
      .brand-footer {
        color: #6b7280;
        font-size: 0.875rem;
      }
      
      .checkfirst-branding { display: none !important; }
    