/* rubik-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/rubik-v28-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* rubik-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/rubik-v28-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* satoshi-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Satoshi';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/Satoshi-Regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* satoshi-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Satoshi';
  font-style: normal;
  font-weight: 800;
  src: url('../fonts/Satoshi-Bold.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

  html body {
    font-family: 'Satoshi', sans-serif;
    font-size: 1.6rem;
  }

  h1, h2, h3, h4 {
        font-family: 'Rubik', serif;
	  	font-weight: 700;
  }

  .block-5-schritte .textRed {
    font-family: 'Satoshi', serif;
  }

  .block-5-schritte .numberWrap {
    font-family: 'Satoshi', serif;
  }

  p.name {
    font-family: 'Satoshi', serif;
  }

  html .ctaBtn, form button, html .nav.navbar-nav > li:last-of-type > a{
    font-weight: 300;
  }