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

@layer utilities {
  .anchor-top-start {
    position-area: top span-right;
  }

  .anchor-top-end {
    position-area: top span-left;
  }

  .anchor-bottom-start {
    position-area: bottom span-right;
  }

  .anchor-bottom-end {
    position-area: bottom span-left;
  }
}
