@import "./_snowpack/pkg/trix/dist/trix.css";

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  background-color: white;
}

a {
  color: inherit;
}

a:active,
a:hover {
  color: inherit;
  outline: 0;
}

main {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  max-width: 700px;
  margin: 0 auto;
  padding: 1em 0.5em 0.75em 1em;
}

trix-toolbar {
  flex-shrink: 0;
}

trix-toolbar [data-trix-button-group=file-tools] {
  display: none;
}

trix-editor {
  flex: 1 0 auto;
}

footer {
  flex-shrink: 0;
  font-size: 11px;
  text-align: center;
  margin-top: 0.75rem;
  color: #8c8c8c;
}
