@tailwind base;
@tailwind components;
@tailwind utilities;

/*

@layer components {
  .btn-primary {
    @apply py-2 px-4 bg-blue-200;
  }
}

*/

:root {
  --spacing: 0.25rem;
  --container-7xl: 80rem;
  --container-container: 100rem;
  --radius-lg: 0.5rem;
}

.blv:where(.bjm:has(*:checked) *) {
  opacity: 100%;
}