/*
  Cabinet Library design tokens.
  Reuses the AZQ brand system directly rather than duplicating it — single
  source of truth for color/type/spacing lives at projects/azq-website/theme.css.
  Add only Cabinet-Library-specific tokens below the import.
*/
@import url("../../theme.css");

:root {
  /* Component-specific additions, not part of the core AZQ theme */
  --cl-badge-new-bg: var(--color-accent);
  --cl-badge-new-text: var(--color-text-on-primary);
  --cl-swatch-size: 48px;
  --cl-card-radius: var(--radius-md);
}
