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

.rtl-grid {
    direction: rtl;
}

.ltr-grid {
    direction: ltr;
}
