/* change font to be fonts/Poppins-Medium.ttf */

@font-face {
  font-family: Poppins;
  src: url('fonts/Poppins-Regular.html');
}

body {
  font-family: Poppins;
}