body {
  color: #fff;
  margin: 0;
  font-family: Inter, Avenir, Helvetica, Arial, sans-serif;
}

.content {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  min-height: 100vh;
  line-height: 1.1;
  display: flex;
}

.content h1 {
  font-size: 3.6rem;
  font-weight: 700;
}

.content p {
  opacity: .5;
  font-size: 1.2rem;
  font-weight: 400;
}

.ProseMirror:focus {
  outline: none;
}

.v-block-content h1 {
  font-size: 32px;
  font-weight: bold;
}

.v-block-content h2 {
  font-size: 28px;
  font-weight: bold;
}

.v-block-content h3 {
  font-size: 24px;
  font-weight: bold;
}

.v-block-contentr h4 {
  font-size: 20px;
  font-weight: bold;
}

.editing-bold:before, .editing-bold:after {
  pointer-events: none;
  content: "**";
}

.empty:before {
  pointer-events: none;
  float: left;
  color: #696e77;
  width: 100%;
  height: 0;
}

h1.empty:before {
  content: "Heading 1";
}

h2.empty:before {
  content: "Heading 2";
}

h3.empty:before {
  content: "Heading 3";
}

h4.empty:before {
  content: "Heading 4";
}

.hashy {
  color: #00f;
}

.empty[data-placeholder]:before {
  content: attr(data-placeholder);
  color: #999;
  pointer-events: none;
}

code {
  color: red;
}

.ProseMirror ul {
  list-style-type: disc;
}

.ProseMirror ol {
  list-style-type: decimal;
}

.hashtag {
  color: pink;
}

.v-block-group .v-block-group {
  margin-left: 1em;
}

.v-block-content[data-content-type="bulletListItem"]:before {
  content: "•";
}

.v-block-content[data-content-type="bulletListItem"] {
  align-items: center;
  gap: .5em;
  display: flex;
}

.v-block-content p {
  min-width: 2px !important;
}

.v-block-content a {
  color: #007bff;
  cursor: pointer;
  text-decoration: none;
}

.v-block-content a:hover {
  text-decoration: underline;
}

.ProseMirror {
  word-wrap: break-word;
  white-space: pre-wrap;
  white-space: break-spaces;
  -webkit-font-variant-ligatures: none;
  font-variant-ligatures: none;
  font-feature-settings: "liga" 0;
  position: relative;
}

.ProseMirror pre {
  white-space: pre-wrap;
}

.ProseMirror li {
  position: relative;
}

.ProseMirror-hideselection ::selection {
  background: none;
}

.ProseMirror-hideselection ::selection {
  background: none;
}

.ProseMirror-hideselection {
  caret-color: #0000;
}

.ProseMirror [draggable][contenteditable="false"] {
  -webkit-user-select: text;
  user-select: text;
}

.ProseMirror-selectednode {
  outline: 2px solid #8cf;
}

li.ProseMirror-selectednode {
  outline: none;
}

li.ProseMirror-selectednode:after {
  content: "";
  pointer-events: none;
  border: 2px solid #8cf;
  position: absolute;
  top: -2px;
  bottom: -2px;
  left: -32px;
  right: -2px;
}

img.ProseMirror-separator {
  border: none !important;
  margin: 0 !important;
  display: inline !important;
}


/*# sourceMappingURL=index.2e0cfd84.css.map*/