/* Regular Font */
@font-face {
    font-family: 'YourFontBoldItalic';
    src: url('../fonts/Poppins-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
  }
  
  /* SemiBold Font */
  @font-face {
    font-family: 'Poppins-SemiBold';
    src: url('../fonts/Poppins-SemiBold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
  }
  /* Poppins-Medium */
  @font-face {
    font-family: 'Poppins-Medium';
    src: url('../fonts/Poppins-Medium.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
  }
  @font-face {
    font-family: 'Galada-Regular';
    src: url('../fonts/Galada-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
  }
 
@font-face {
  font-family: 'PermanentMarker-Regular';
  src: url('../fonts/PermanentMarker-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'OpenSans-Regular';
  src: url('../fonts/OpenSans-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
  