/* TODO: create modal CSS Component for shared UI style */

/* .modal {} */

.backdrop {
    @apply fixed inset-0 flex bg-black/25;
}
