import { cn } from "@/lib/utils" export const SUITE_ICON_BTN = "text-muted-foreground hover:bg-accent hover:text-accent-foreground" export const SUITE_HEADER_DROPDOWN_CLASS = cn( "border border-border bg-[var(--suite-surface-elevated)] text-foreground shadow-xl", )