

/* theme */

@theme {
  --breakpoint-tablet: 48rem;
  --breakpoint-desktop: 80rem;
}


/* localization */

@utility rtl {
  direction: rtl;
}

@utility ltr {
  direction: ltr;
}


/* fixes */

body {
  @apply overflow-y-auto! px-0!;
}

table thead tr th {
  @apply text-start whitespace-nowrap;
}
