@font-face {
  font-family: 'Poppins';
  src: url(../assets/fonts/Poppins/Poppins-Light.ttf);
  font-weight: 300;
}

@font-face {
  font-family: 'Poppins';
  src: url(../assets/fonts/Poppins/Poppins-Medium.ttf);
  font-weight: 400;
}

@font-face {
  font-family: 'Poppins';
  src: url(../assets/fonts/Poppins/Poppins-SemiBold.ttf);
  font-weight: 500;
}

@font-face {
  font-family: 'Poppins';
  src: url(../assets/fonts/Poppins/Poppins-Bold.ttf);
  font-weight: 600;
}

@font-face {
  font-family: 'Poppins';
  src: url(../assets/fonts/Poppins/Poppins-ExtraBold.ttf);
  font-weight: 700;
}

@font-face {
  font-family: 'Poppins';
  src: url(../assets/fonts/Poppins/Poppins-Black.ttf);
  font-weight: 900;
}

@font-face {
  font-family: 'Futura';
  src: url(../assets/fonts/Futura/futur.ttf);
}

@font-face {
  font-family: 'Open Sans';
  src: url(../assets/fonts/Open_Sans/static/OpenSans-Light.ttf);
  font-weight: 300;
}

@font-face {
  font-family: 'Open Sans';
  src: url(../assets/fonts/Open_Sans/static/OpenSans-Medium.ttf);
  font-weight: 400;
}