
@font-face {
  font-family: Font;
  src: url(../fonts/batuphat-script.otf);
}

h1 {
  font-family:  Font;
  color:  white;
  font-size: 45px;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  margin-bottom: 0px;
}

h2,h3,h4 {
   font-family:  Font;
}


.font-heading {
  font-family: Font;
}