/**
 * @blueprintui/themes | MIT license | https://github.com/blueprintui
 */

@layer blueprintui {
  [bp-theme~="compact"] {
  
    --bp-scale-size: 0.9;
    --bp-scale-space: 0.8;
    --bp-scale-text: 0.9;
  }
  
}