/* Lokale Fonts - kein Google Fonts CDN */

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300 700;
  src: url(/fonts/opensans-400.woff2) format('woff2');
}

@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400 900;
  src: url(/fonts/montserrat-400.woff2) format('woff2');
}

@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 400 700;
  src: url(/fonts/raleway-400.woff2) format('woff2');
}

@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: url(/fonts/lato-400.woff2) format('woff2');
}

@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  src: url(/fonts/lato-700.woff2) format('woff2');
}

@font-face {
  font-family: 'Crete Round';
  font-style: normal;
  font-weight: 400;
  src: url(/fonts/creteround-400.woff2) format('woff2');
}
