@layer base {
  * {
    @apply border-border outline-ring/50;
  }

  body {
    @apply bg-background text-foreground;
  }

  button {
    @apply cursor-pointer;
  }

  .error {
    @apply text-warning;
  }

  trix-editor, .report {
    ul {
      list-style: disc;
      padding-left: 1rem;
    }

    ol {
      list-style: auto;
      padding-left: 1rem;
    }

    h1 {
      font-weight: bold;
      font-size: larger;
    }
  }
}
