@layer tw-ctr {
  div.tw-ctr :is(blockquote, dl, dd, h1, h2, h3, h4, h5, h6, hr, figure, p, pre) {
    margin: 0;
  }

  div.tw-ctr button {
    background-color: transparent;
    background-image: none;
  }

  div.tw-ctr button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color;
  }

  div.tw-ctr fieldset {
    margin: 0;
    padding: 0;
  }

  div.tw-ctr :is(ol, ul) {
    list-style: none;
    margin: 0;
    padding: 0;
  }

  div.tw-ctr {
    font-family: theme('fontFamily.sans', system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"); /* 1 */
    line-height: 1.5; /* 2 */
  }

  div.tw-ctr :is(*, ::before, ::after) {
    box-sizing: border-box; /* 1 */
    border-width: 0; /* 2 */
    border-style: solid; /* 2 */
    border-color: theme('borderColor.default', currentColor); /* 2 */
  }

  div.tw-ctr hr {
    border-top-width: 1px;
  }

  div.tw-ctr img {
    border-style: solid;
  }

  div.tw-ctr textarea {
    resize: vertical;
  }

  div.tw-ctr :is(input::placeholder, textarea::placeholder) {
    color: #a0aec0;
  }

  div.tw-ctr :is(button, [role="button"]) {
    cursor: pointer;
  }

  div.tw-ctr table {
    border-collapse: collapse;
  }

  div.tw-ctr :is(h1, h2, h3, h4, h5, h6) {
    font-size: inherit;
    font-weight: inherit;
  }

  div.tw-ctr a {
    color: inherit;
    text-decoration: inherit;
  }

  div.tw-ctr :is(button, input, optgroup, select, textarea) {
    padding: 0;
    line-height: inherit;
    color: inherit;
  }

  div.tw-ctr :is(pre, code, kbd, samp) {
    font-family: theme('fontFamily.mono', SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
  }

  div.tw-ctr :is(img, svg, video, canvas, audio, iframe, embed, object) {
    display: block;
    vertical-align: middle;
  }

  div.tw-ctr :is(img, video) {
    max-width: 100%;
    height: auto;
  }
}