/* latin-ext */
@font-face {
  font-family: 'Poppins-Regular';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/poppins-new/Poppins-Regular.ttf');
}
/* latin-ext */
@font-face {
  font-family: 'Poppins-Medium';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/poppins-new/Poppins-Medium.ttf');
 
}
/* latin-ext */
@font-face {
  font-family: 'Poppins-Semibold';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/poppins-new/Poppins-SemiBold.ttf');
 
}
/* latin-ext */
@font-face {
  font-family: 'Poppins-Bold';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/poppins-new/Poppins-Bold.ttf');
  
}
/* latin-ext */
@font-face {
  font-family: 'Poppins-ExtraBold';
  font-style: normal;
  font-weight: 800;
  src: url('../fonts/poppins-new/Poppins-ExtraBold.ttf');
  
}
/* latin-ext */
@font-face {
  font-family: 'Poppins-Black';
  font-style: normal;
  font-weight: 900;
  src: url('../fonts/poppins-new/Poppins-Black.ttf');
}
/* latin-ext */
@font-face {
  font-family: 'Yeseva One';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/Yeseva_One/YesevaOne-Regular.ttf');
}