/* Match frontend-typografi i editor */
.editor-styles-wrapper {
  line-height: 1.5;
  font-weight: 400;
  font-family: "Poppins", sans-serif, "Helvetica Neue", Helvetica;
  color: #101010;
  --global-kb-font-size-xl: 2rem;  /* velg verdi som matcher frontend */
  --global-kb-font-size-lg: 1.6rem;
  --global-kb-font-size-md: 1.2rem;
  --global-kb-font-size-sm: 1rem;
}

/* Headings */
.editor-styles-wrapper h1,
.editor-styles-wrapper h2,
.editor-styles-wrapper h3,
.editor-styles-wrapper h4,
.editor-styles-wrapper h5,
.editor-styles-wrapper h6{
  font-family: "Playfair", serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
  line-height: 1.1;
}

/* Button style: "Med pil" (editor) */
.wp-block-button.is-style-has-arrow .wp-block-button__link{
  display: inline-flex;
  align-items: center;
  gap: .5em;
}

.wp-block-button.is-style-has-arrow .wp-block-button__link::after{
  content: "→";
  line-height: 1;
  font-size: 1.05em;
}