@font-face {
  font-family: Raleway;
  src: url(Raleway-Regular.ttf);
  font-weight: normal;
}
@font-face {
  font-family: Raleway;
  src: url(Raleway-Bold.ttf);
  font-weight: 700;
}
*, input::placeholder{
  font-family: Raleway, sans-serif !important;
}