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

.truncate {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}