/**
 * Schriftarten
 */
 :root {
    --font-sans: 'Atkinson Hyperlegible';
    --font-serif: 'Atkinson Hyperlegible';
  }
 @font-face {
    font-family: 'Atkinson Hyperlegible';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('../fonts/AtkinsonHyperlegible-400-regular.woff2') format('woff')
}
@font-face {
    font-family: 'Atkinson Hyperlegible';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('../fonts/AtkinsonHyperlegible-700-regular.woff2') format('woff')
}

.text-content, .cke_editable {
    font-family: var(--font-serif);
}
h1, h2, h3, h4, h5, h6 {
    font-family: var(--font-serif);
}