//@use "./shared";
//@use "./global-components";

@use "./themes";
@use "./global-spacing";
// Get rid of root as soon as. and use theme variables instead
@use "./root";

// Needed components for positioning
@use "./shared";

@use "./air-datapicker";


// Utility to minimize flashing of undefined web components
.zn-cloak:has(:not(:defined)) {
  animation: 2s step-end zn-cloak;
}

@keyframes zn-cloak {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
