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


@layer components {
    .custom-label {
        @apply flex w-fit px-2 relative text-dark-800 justify-start items-start text-xs font-normal leading-normal mt-0 mr-3 -mb-2.5 ml-3;
    }

}