/* Cinzel Regular - latin */
@font-face {
    font-display: swap;
    font-family: 'Cinzel';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/Cinzel-Regular.woff2') format('woff2');
  }

/* DM Sans Regular - latin */
@font-face {
    font-display: swap;
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/DMSans-Regular.woff2') format('woff2');
  }
  /* DM Sans Medium - latin */
  @font-face {
    font-display: swap;
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 600;
    src: url('../fonts/DMSans-Medium.woff2') format('woff2');
  }
  /* DM Sans Bold - latin */
  @font-face {
    font-display: swap;
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 800;
    src: url('../fonts/DMSans-Bold.woff2') format('woff2');
  }

  html body {
    font-family: 'DM Sans', sans-serif;
  }

  h1, h2, h3 {
        font-family: 'Cinzel', serif;
  }

  .block-5-schritte .textRed {
    font-family: 'Cinzel', serif;
  }

  .block-5-schritte .numberWrap {
    font-family: 'Cinzel', serif;
  }

  p.name {
    font-family: 'Cinzel', serif;
  }

  html .ctaBtn, form button, .nav.navbar-nav > li:last-of-type > a{
    font-weight: 600;
  }