@source "/home/runner/work/b24ui/b24ui/**/*";
@source inline("isolate");
@source "./b24ui";

@layer base {
  body {
    scrollbar-gutter: stable;
    background: var(--air-theme-background);
    @apply antialiased font-(family-name:--ui-font-family-system) scheme-light dark:scheme-dark edge-light:scheme-light edge-dark:scheme-light;
  }

  /* @deprecate This rule is deprecated and will be removed in version 3.0.0 */
  .sidebar-layout.--inner,
  .air-custom-bg {
    background: var(--air-theme-background);
  }
}

@theme static {}

@theme default inline {}
