@tailwind base;
@tailwind components;
@tailwind utilities;

h1,h2,h3,h4,h5,h6,p,a,span,input,select,option, label, button,html,body,div{
    font-family:'iranyekan' !important;
}

.pickr{
    @apply !hidden;
}

.block-item:active {
    cursor: grabbing;
}

.dragging {
    @apply bg-[#E6E6E6];
}
