.ck-editor__main .image,
.ck-content .image {
  @apply mb-0!;
}

.ck-editor__main {
  @import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
}
.ck-editor__main,
.ck-content {
  word-break: break-word;
}

.ck-editor__main h1,
.ck-editor__main h2,
.ck-editor__main h3,
.ck-editor__main h4,
.ck-editor__main h5,
.ck-editor__main h6,
.ck-editor__main p {
  font-family: "Roboto", sans-serif;
  font-weight: unset;
}

.ck-editor__main h1,
.ck-editor__main h2,
.ck-editor__main h3,
.ck-editor__main h4,
.ck-editor__main h5,
.ck-editor__main h6 {
  @apply mt-0! pt-0!;
}

.ck-content iframe[src^="https://www.youtube.com"]
{
  width: 100%;
  aspect-ratio: 16/9;
  @apply mb-5;
}

.ck-editor__main h1,
.typo-h1 {
  @apply text-10xl mb-2;
}

.ck-editor__main h2,
.typo-h2 {
  @apply text-8xl mb-1.5;
}

.ck-editor__main h3,
.typo-h3 {
  @apply text-7xl mb-1;
}

.ck-editor__main h4,
.typo-h4 {
  @apply text-6xl mb-1;
}

.ck-editor__main h5,
.typo-h5 {
  @apply text-5xl mb-1;
}

.ck-editor__main h6,
.typo-h6 {
  @apply text-4xl mb-1;
}

.ck-editor__main p,
.typo-p {
  @apply text-2xl mb-0.5;
}
