@font-face {
  font-family: 'PoppinsLight';
  src: url('../fonts/poppins/Poppins-Light.ttf') format('truetype');
  font-weight: 100;  /* normal */
  font-style: normal;
}

/* Fettschrift */
@font-face {
  font-family: 'PoppinsMedium';
  src: url('../fonts/poppins/Poppins-Medium.ttf') format('truetype');
  font-weight: 500;  /* bold */
  font-style: normal;
}

/* Fettschrift */
@font-face {
  font-family: 'PoppinsBold';
  src: url('../fonts/poppins/Poppins-Bold.ttf') format('truetype');
  font-weight: 500;  /* bold */
  font-style: normal;
}